diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-09-30 20:48:53 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-09-30 20:48:53 +0100 |
commit | 2497b700379205ea01c1aa0c55a19be523233be1 (patch) | |
tree | e1951f2e526663c6290e318cbcf807a0c018bb64 /NorthstarDedicatedTest/dllmain.cpp | |
parent | 06a59c70c1239de114e9bc0ce5c4ee8deabd1b6b (diff) | |
download | NorthstarLauncher-2497b700379205ea01c1aa0c55a19be523233be1.tar.gz NorthstarLauncher-2497b700379205ea01c1aa0c55a19be523233be1.zip |
add spewfunc, setplaylistvaroverride, dedicated changes
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index 33b8c920..684f968e 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -64,6 +64,7 @@ void InitialiseNorthstar() AddDllLoadCallback("engine.dll", WaitForDebugger); AddDllLoadCallback("engine.dll", InitialiseEngineGameUtilFunctions); + AddDllLoadCallback("engine.dll", InitialiseEngineSpewFuncHooks); // dedi patches { |