mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix reading old ghosts (fixes #2382)
This commit is contained in:
parent
07e6dafb50
commit
bd11e7ee95
|
@ -1 +1 @@
|
|||
Subproject commit 87038aa991fa12eb35f80557e02223a0725ebf23
|
||||
Subproject commit c55c28c1e93c5e3fc5ad8bae96b83593ab358e91
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue