From e85a3eee190e623e1d6397b4460817170b7bfced Mon Sep 17 00:00:00 2001 From: BobTheBob9 Date: Wed, 17 Aug 2022 19:26:55 +0100 Subject: implement some more prs --- NorthstarDLL/r2engine.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NorthstarDLL/r2engine.cpp') 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)) -- cgit v1.2.3