diff options
| author | jz0 <[email protected]> | 2020-05-07 22:54:38 +0300 |
|---|---|---|
| committer | jz0 <[email protected]> | 2020-05-07 22:54:38 +0300 |
| commit | c3a2f722626b2e77c9cb15a74b88bba5d2322feb (patch) | |
| tree | 4c63d3e5376df7dc8fc7cce3205b1f87632dc796 | |
| parent | Initial commit (diff) | |
| download | source2-basehook-c3a2f722626b2e77c9cb15a74b88bba5d2322feb.tar.xz source2-basehook-c3a2f722626b2e77c9cb15a74b88bba5d2322feb.zip | |
| -rw-r--r-- | source2-basehook/Base.cpp | 4 |
1 files changed, 1 insertions, 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<oLevelInit>(33, hkLevelInit); Msg(Color(0, 0, 0, 255), "Hooks initialized \n"); -} - +}
\ No newline at end of file |