From d76fa2efa5c0722479215b42ded105fe1624008b Mon Sep 17 00:00:00 2001 From: filux Date: Fri, 6 Feb 2015 01:07:34 +0100 Subject: [PATCH] few more chars before wrap in message boxes --- source/glest_game/game/script_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/game/script_manager.cpp b/source/glest_game/game/script_manager.cpp index 20e133e5..ebca01e6 100644 --- a/source/glest_game/game/script_manager.cpp +++ b/source/glest_game/game/script_manager.cpp @@ -178,7 +178,7 @@ void TimerTriggerEvent::loadGame(const XmlNode *rootNode) { // class ScriptManager // ===================================================== ScriptManager* ScriptManager::thisScriptManager = NULL; -const int ScriptManager::messageWrapCount = 30; +const int ScriptManager::messageWrapCount = 35; const int ScriptManager::displayTextWrapCount = 64; ScriptManager::ScriptManager() {