diff options
Diffstat (limited to 'NorthstarDedicatedTest/gameutils.cpp')
-rw-r--r-- | NorthstarDedicatedTest/gameutils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/gameutils.cpp b/NorthstarDedicatedTest/gameutils.cpp index 1f7870b0..e63c8786 100644 --- a/NorthstarDedicatedTest/gameutils.cpp +++ b/NorthstarDedicatedTest/gameutils.cpp @@ -31,7 +31,7 @@ void InitialiseEngineGameUtilFunctions(HMODULE baseAddress) Cbuf_Execute = (Cbuf_ExecuteType)((char*)baseAddress + 0x1204B0); g_pHostState = (CHostState*)((char*)baseAddress + 0x7CF180); - g_pEngine = (CEngine*)((char*)baseAddress + 0x7D70C8); + g_pEngine = *(CEngine**)((char*)baseAddress + 0x7D70C8); Cvar_hostport = (ConVar*)((char*)baseAddress + 0x13FA6070); |