feat(console): add CVar::m_needsSave

This commit is contained in:
phaneron 2025-04-13 14:38:04 -04:00
parent 896b2762ce
commit 0762a8c9fc
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,7 @@ s_consoleHeight 00CA19B0 l type="float"
s_critsect 00CA19B4 l type="SCritSect"
carettime 00CA19F0 l type="float"
s_fileName 00CA19F4 l type="char*"
CVar__m_needsSave 00CA19F8 l type="bool"
CVar__m_initialized 00CA19F9 l type="bool"
s_registeredCVars 00CA19FC l type="TSHashTable_CVar_HASHKEY_STRI"
g_commandHistory 00CA3A28 l type="char[32][1024]"