Fix reading old ghosts (fixes #2382)

This commit is contained in:
def 2020-06-26 15:17:38 +02:00
parent 07e6dafb50
commit bd11e7ee95
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 87038aa991fa12eb35f80557e02223a0725ebf23
Subproject commit c55c28c1e93c5e3fc5ad8bae96b83593ab358e91

View file

@ -12,7 +12,7 @@ public:
unsigned char m_aMarker[8];
unsigned char m_Version;
char m_aOwner[MAX_NAME_LENGTH];
char m_aMap[MAX_MAP_LENGTH];
char m_aMap[64];
unsigned char m_aCrc[4];
unsigned char m_aNumTicks[4];
unsigned char m_aTime[4];