From e1fffda0cddc8627bbaa4d8f7814ce1ee6a0e3d9 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 11 Jun 2010 00:23:16 +0000 Subject: [PATCH] -updated version# to beta1 -changed one english text title to: Network Send FrameCount -changed default of ServerControlled AI to false --- source/glest_game/facilities/game_util.cpp | 2 +- source/glest_game/menu/menu_state_custom_game.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index e12e1b69c..e12f09a2a 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -26,7 +26,7 @@ using namespace Shared::Platform; namespace Glest{ namespace Game{ const string mailString= "contact_game@glest.org"; -const string glestVersionString= "v3.3.5-alpha5"; +const string glestVersionString= "v3.3.5-beta1"; string getCrashDumpFileName(){ return "glest" + glestVersionString + ".dmp"; diff --git a/source/glest_game/menu/menu_state_custom_game.cpp b/source/glest_game/menu/menu_state_custom_game.cpp index 68667d6fa..fff48ecbc 100644 --- a/source/glest_game/menu/menu_state_custom_game.cpp +++ b/source/glest_game/menu/menu_state_custom_game.cpp @@ -180,7 +180,7 @@ MenuStateCustomGame::MenuStateCustomGame(Program *program, MainMenu *mainMenu, b listBoxEnableServerControlledAI.init(700, networkPos, 80); listBoxEnableServerControlledAI.pushBackItem(lang.get("Yes")); listBoxEnableServerControlledAI.pushBackItem(lang.get("No")); - listBoxEnableServerControlledAI.setSelectedItemIndex(0); + listBoxEnableServerControlledAI.setSelectedItemIndex(1);