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

--HG--
extra : rebase_source : fef22cc353663630ed54d3f07d4b243b01e84b44
This commit is contained in:
Nicholas Hastings 2013-09-13 13:47:55 -04:00
parent 7fc892d38b
commit b9d5b59bd1

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;
};