diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-03-15 18:56:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 18:56:48 +0100 |
commit | da9e9cf086a62ad48c1afc61ebb0f5cdf48b0b20 (patch) | |
tree | 8df74b208368eff46fc8a6d67471f5e967264cd9 /NorthstarDedicatedTest/dllmain.cpp | |
parent | d6bf4b105aaac9bd061990a8eb455cbfcac25de4 (diff) | |
parent | 50e69bde548c5a1af3385f0eff6aa14c088c21c5 (diff) | |
download | NorthstarLauncher-da9e9cf086a62ad48c1afc61ebb0f5cdf48b0b20.tar.gz NorthstarLauncher-da9e9cf086a62ad48c1afc61ebb0f5cdf48b0b20.zip |
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index 53e8d59f..e81d70c9 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -42,7 +42,7 @@ #include "plugins.h" #include "host_state.h" #include "rcon_shared.h" - +#include "clientvideooverrides.h" #include "rapidjson/document.h" #include "rapidjson/stringbuffer.h" #include "rapidjson/writer.h" @@ -241,6 +241,7 @@ bool InitialiseNorthstar() AddDllLoadCallback("client.dll", InitialiseClientChatHooks); AddDllLoadCallback("client.dll", InitialiseLocalChatWriter); AddDllLoadCallback("client.dll", InitialiseScriptServerToClientStringCommands); + AddDllLoadCallback("client.dll", InitialiseClientVideoOverrides); } AddDllLoadCallback("engine.dll", InitialiseEngineSpewFuncHooks); |