From 0762a8c9fca64c1abf76aec5a965ac424d5a656e Mon Sep 17 00:00:00 2001 From: superp00t Date: Sun, 13 Apr 2025 14:38:04 -0400 Subject: [PATCH] feat(console): add CVar::m_needsSave --- profile/3.3.5a-windows-386/symbol/console/label.sym | 1 + profile/3.3.5a-windows-386/symbol/main.sym | 1 + 2 files changed, 2 insertions(+) diff --git a/profile/3.3.5a-windows-386/symbol/console/label.sym b/profile/3.3.5a-windows-386/symbol/console/label.sym index 7babd36..46cd746 100644 --- a/profile/3.3.5a-windows-386/symbol/console/label.sym +++ b/profile/3.3.5a-windows-386/symbol/console/label.sym @@ -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]" diff --git a/profile/3.3.5a-windows-386/symbol/main.sym b/profile/3.3.5a-windows-386/symbol/main.sym index ca74778..44c7884 100644 --- a/profile/3.3.5a-windows-386/symbol/main.sym +++ b/profile/3.3.5a-windows-386/symbol/main.sym @@ -3901,6 +3901,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]"