Remove dead variable.
This commit is contained in:
parent
151c6d246e
commit
1daf629a42
@ -128,7 +128,6 @@ bool TF2Tools::SDK_OnLoad(char *error, size_t maxlength, bool late)
|
|||||||
g_pCVar = icvar;
|
g_pCVar = icvar;
|
||||||
|
|
||||||
m_CritDetoursEnabled = false;
|
m_CritDetoursEnabled = false;
|
||||||
m_IsHolidayHookEnabled = false;
|
|
||||||
m_CondChecksEnabled = false;
|
m_CondChecksEnabled = false;
|
||||||
m_RulesDetoursEnabled = false;
|
m_RulesDetoursEnabled = false;
|
||||||
m_TeleportDetourEnabled = false;
|
m_TeleportDetourEnabled = false;
|
||||||
|
@ -120,7 +120,6 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
private:
|
private:
|
||||||
bool m_CritDetoursEnabled;
|
bool m_CritDetoursEnabled;
|
||||||
bool m_IsHolidayHookEnabled;
|
|
||||||
bool m_CondChecksEnabled;
|
bool m_CondChecksEnabled;
|
||||||
bool m_RulesDetoursEnabled;
|
bool m_RulesDetoursEnabled;
|
||||||
bool m_TeleportDetourEnabled;
|
bool m_TeleportDetourEnabled;
|
||||||
|
Loading…
Reference in New Issue
Block a user