aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-04-08 12:32:56 +0100
committerGitHub <noreply@github.com>2022-04-08 12:32:56 +0100
commitbc3e633718dc4d8b3528ae62b1e67702f1a42b9c (patch)
treec7f77cf61af2752a40682e4bec2bf68b2e0ae893
parent52f3f5795fa516862c0a4030df8d43f4c0cbda65 (diff)
downloadNorthstarLauncher-bc3e633718dc4d8b3528ae62b1e67702f1a42b9c.tar.gz
NorthstarLauncher-bc3e633718dc4d8b3528ae62b1e67702f1a42b9c.zip
rename convar defaultvalue to m_pszDefaultValue (#136)
-rw-r--r--NorthstarDedicatedTest/convar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/convar.h b/NorthstarDedicatedTest/convar.h
index 72dc1d3c..07e7704b 100644
--- a/NorthstarDedicatedTest/convar.h
+++ b/NorthstarDedicatedTest/convar.h
@@ -129,7 +129,7 @@ class ConVar
};
ConCommandBase m_ConCommandBase{}; // 0x0000
- const char* defaultVal{}; // 0x0040
+ const char* m_pszDefaultValue{}; // 0x0040
CVValue_t m_Value{}; // 0x0048
bool m_bHasMin{}; // 0x005C
float m_fMinVal{}; // 0x0060