diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-03-27 10:54:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-27 10:54:09 +0200 |
commit | f1a8ce9337ce84f25fc1a78458f43377c7b36f4d (patch) | |
tree | bb5ea746c277f6b6c720deac8e6dadcd682440f7 /NorthstarDedicatedTest/convar.h | |
parent | b5405b462656b83a37bf1eb41b049b0913980a13 (diff) | |
parent | 379cbc8bc251307777a14b901e5617e834398485 (diff) | |
download | NorthstarLauncher-f1a8ce9337ce84f25fc1a78458f43377c7b36f4d.tar.gz NorthstarLauncher-f1a8ce9337ce84f25fc1a78458f43377c7b36f4d.zip |
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/convar.h')
-rw-r--r-- | NorthstarDedicatedTest/convar.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/NorthstarDedicatedTest/convar.h b/NorthstarDedicatedTest/convar.h index a00c7f0e..fc5b0eb9 100644 --- a/NorthstarDedicatedTest/convar.h +++ b/NorthstarDedicatedTest/convar.h @@ -129,7 +129,7 @@ class ConVar }; ConCommandBase m_ConCommandBase{}; // 0x0000 - ConVar* m_pParent{}; // 0x0040 + const char* defaultVal{}; // 0x0040 CVValue_t m_Value{}; // 0x0048 bool m_bHasMin{}; // 0x005C float m_fMinVal{}; // 0x0060 @@ -139,5 +139,4 @@ class ConVar char m_pPad80[10]{}; // 0x0080 }; // Size: 0x0080 -void InitialiseConVars(HMODULE baseAddress); -extern std::unordered_map<std::string, ConVar*> g_CustomConvars;
\ No newline at end of file +void InitialiseConVars(HMODULE baseAddress);
\ No newline at end of file |