Increase mapname buffer size in nextmap to accomodate longer map names.

This commit is contained in:
Nicholas Hastings 2013-09-13 13:47:55 -04:00
parent 9978b07956
commit b471109c08

View File

@ -53,7 +53,7 @@ struct MapChangeData
startTime = 0;
}
char m_mapName[32];
char m_mapName[PLATFORM_MAX_PATH];
char m_changeReason[100];
time_t startTime;
};