Increase lastMap buffer (#2062)

Fixes #2061
This commit is contained in:
XeroX
2023-10-17 12:31:04 +02:00
committed by GitHub
parent 8938a29904
commit 62754333cd
+1 -1
View File
@@ -96,7 +96,7 @@ public:
private:
MapChangeData m_tempChangeInfo;
char lastMap[32];
char lastMap[PLATFORM_MAX_PATH];
};
extern NextMapManager g_NextMap;