oops.so
This commit is contained in:
parent
d714557da3
commit
77f40c4d8f
@ -41,6 +41,7 @@ DEFINE_HOOKED_METHOD(PaintTraverse, void, vgui::IPanel *this_,
|
|||||||
{
|
{
|
||||||
static bool textures_loaded = false;
|
static bool textures_loaded = false;
|
||||||
static unsigned long panel_scope = 0;
|
static unsigned long panel_scope = 0;
|
||||||
|
static bool call_default = true;
|
||||||
static bool cur;
|
static bool cur;
|
||||||
static ConVar *software_cursor = g_ICvar->FindVar("cl_software_cursor");
|
static ConVar *software_cursor = g_ICvar->FindVar("cl_software_cursor");
|
||||||
static const char *name;
|
static const char *name;
|
||||||
|
Reference in New Issue
Block a user