We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf055b commit c04e85fCopy full SHA for c04e85f
ttyd-tools/rel/include/global.h
@@ -708,8 +708,8 @@ struct ReloadRoomStruct
708
{
709
bool ManuallyReloadingRoom;
710
bool SystemLevelShouldBeLowered;
711
- char NewBero[16]; // Not NULL terminated
712
- char NewMap[8]; // Not NULL terminated
+ char NewBero[17]; // 16 bytes for NewBero, one byte for NULL
+ char NewMap[9]; // 8 bytes for NewMap, one byte for NULL
713
};
714
715
struct SpawnItems
ttyd-tools/rel/source/global.cpp
@@ -5,7 +5,7 @@
5
6
namespace mod {
7
8
-const char *VersionNumber = "v3.0.55d";
+const char *VersionNumber = "v3.0.54";
9
10
const char *RootLines[] =
11
0 commit comments