diff options
Diffstat (limited to 'NorthstarDLL/r2engine.cpp')
-rw-r--r-- | NorthstarDLL/r2engine.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/r2engine.cpp b/NorthstarDLL/r2engine.cpp index a3b6225f..5a5568c1 100644 --- a/NorthstarDLL/r2engine.cpp +++ b/NorthstarDLL/r2engine.cpp @@ -16,6 +16,8 @@ namespace R2 CBaseClient* g_pClientArray; server_state_t* g_pServerState; + + char* g_pModName = nullptr; // we cant set this up here atm since we dont have an offset to it in engine, instead we store it in IsRespawnMod } // namespace R2 ON_DLL_LOAD("engine.dll", R2Engine, (CModule module)) |