diff options
Diffstat (limited to 'NorthstarDLL/engine/r2engine.cpp')
-rw-r--r-- | NorthstarDLL/engine/r2engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/engine/r2engine.cpp b/NorthstarDLL/engine/r2engine.cpp index 67a628fd..06ecacd0 100644 --- a/NorthstarDLL/engine/r2engine.cpp +++ b/NorthstarDLL/engine/r2engine.cpp @@ -19,7 +19,7 @@ namespace R2 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 + nullptr; // we cant set this up here atm since we dont have an offset to it in engine, instead we store it in IsRespawnMod CGlobalVars* g_pGlobals; } // namespace R2 |