From c3a2f722626b2e77c9cb15a74b88bba5d2322feb Mon Sep 17 00:00:00 2001 From: jz0 Date: Thu, 7 May 2020 22:54:38 +0300 Subject: Update Base.cpp --- source2-basehook/Base.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source2-basehook/Base.cpp b/source2-basehook/Base.cpp index 2715d01..c350125 100644 --- a/source2-basehook/Base.cpp +++ b/source2-basehook/Base.cpp @@ -37,7 +37,6 @@ void Base::InitInterfaces() VMTHook* Panel = nullptr; VMTHook* ClientMode = nullptr; -VMTHook* IsInGame = nullptr; void Base::InitHooks() { @@ -51,5 +50,4 @@ void Base::InitHooks() OriginalLevelInit = ClientMode->HookFunction(33, hkLevelInit); Msg(Color(0, 0, 0, 255), "Hooks initialized \n"); -} - +} \ No newline at end of file -- cgit v1.2.3