diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-12 16:21:41 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-12 16:21:41 +0100 |
commit | 904c4024c47603204a66e6b409d61e628d04d0b8 (patch) | |
tree | 5648f536b7e64e41face4309b4b3afbe54153760 /NorthstarDedicatedTest | |
parent | a526ad915694ce9881b7ff093cdab9587d088217 (diff) | |
download | NorthstarLauncher-904c4024c47603204a66e6b409d61e628d04d0b8.tar.gz NorthstarLauncher-904c4024c47603204a66e6b409d61e628d04d0b8.zip |
Update keyvalues.cpp
Diffstat (limited to 'NorthstarDedicatedTest')
-rw-r--r-- | NorthstarDedicatedTest/keyvalues.cpp | 1 |
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; |