diff options
Diffstat (limited to 'NorthstarDedicatedTest/convar.h')
-rw-r--r-- | NorthstarDedicatedTest/convar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/convar.h b/NorthstarDedicatedTest/convar.h index f2e35188..a9da3274 100644 --- a/NorthstarDedicatedTest/convar.h +++ b/NorthstarDedicatedTest/convar.h @@ -93,7 +93,7 @@ public: void* unknown[10]; void(*UnregisterConCommand) (ICvar* cvar, ConCommand* pCommandBase); void* unknown2[28]; - ConVar*(*FindVar)(const char* var_name); + ConVar*(*FindVar)(const char* var_name); // offset for this is currently very wrong }; VTable* m_vtable; |