From b9d5b59bd1cf3cda40e8b1590ddea9c044a1d588 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Fri, 13 Sep 2013 13:47:55 -0400 Subject: [PATCH] Increase mapname buffer size in nextmap to accomodate longer map names. --HG-- extra : rebase_source : fef22cc353663630ed54d3f07d4b243b01e84b44 --- core/NextMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/NextMap.h b/core/NextMap.h index c6986582..24ec42e5 100644 --- a/core/NextMap.h +++ b/core/NextMap.h @@ -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; };