aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-12 16:21:41 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-12 16:21:41 +0100
commit904c4024c47603204a66e6b409d61e628d04d0b8 (patch)
tree5648f536b7e64e41face4309b4b3afbe54153760
parenta526ad915694ce9881b7ff093cdab9587d088217 (diff)
downloadNorthstarLauncher-904c4024c47603204a66e6b409d61e628d04d0b8.tar.gz
NorthstarLauncher-904c4024c47603204a66e6b409d61e628d04d0b8.zip
Update keyvalues.cpp
-rw-r--r--NorthstarDedicatedTest/keyvalues.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/keyvalues.cpp b/NorthstarDedicatedTest/keyvalues.cpp
index b73f6012..11fc1486 100644
--- a/NorthstarDedicatedTest/keyvalues.cpp
+++ b/NorthstarDedicatedTest/keyvalues.cpp
@@ -86,7 +86,6 @@ void ModManager::TryBuildKeyValues(const char* filename)
char rootName[64];
memset(rootName, 0, sizeof(rootName));
- rootName[63] = '\0';
// iterate until we hit an ascii char that isn't in a # command or comment to get root obj name
int i = 0;