-updated version# to beta1

-changed one english text title to: Network Send FrameCount
-changed default of ServerControlled AI to false
This commit is contained in:
Mark Vejvoda
2010-06-11 00:23:16 +00:00
parent 8a3709defd
commit e1fffda0cd
2 changed files with 2 additions and 2 deletions

View File

@@ -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";

View File

@@ -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);