aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/r2engine.cpp
diff options
context:
space:
mode:
authorBobTheBob9 <for.oliver.kirkham@gmail.com>2022-08-17 19:26:55 +0100
committerBobTheBob9 <for.oliver.kirkham@gmail.com>2022-08-17 19:26:55 +0100
commite85a3eee190e623e1d6397b4460817170b7bfced (patch)
tree4fdc57c45832870dfda511027929dba965880d42 /NorthstarDLL/r2engine.cpp
parent082f3893215797268d7ac8c1000ebe371f276af7 (diff)
downloadNorthstarLauncher-e85a3eee190e623e1d6397b4460817170b7bfced.tar.gz
NorthstarLauncher-e85a3eee190e623e1d6397b4460817170b7bfced.zip
implement some more prs
Diffstat (limited to 'NorthstarDLL/r2engine.cpp')
-rw-r--r--NorthstarDLL/r2engine.cpp2
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))