From b471109c0884243673e83c82fb2ea19f618d0b09 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. --- core/NextMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/NextMap.h b/core/NextMap.h index 8d614908..7ebd8c7f 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; };