From 7397ff03685a38b600e6bf61e0b1fa0f6c24d3cb Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sun, 30 Jan 2011 00:55:00 +0000 Subject: [PATCH] - updated version to beta3 in prep for another beta - updated romans_beta: - removed long-bowmen - change ballista to only have 1 attack for both air and ground - requires more use of stone now --- source/glest_game/facilities/game_util.cpp | 2 +- source/glest_game/main/main.cpp | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index bd6dbb2f..2551e849 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -27,7 +27,7 @@ using namespace Shared::Platform; namespace Glest { namespace Game { const string mailString = "contact@megaglest.org"; -const string glestVersionString = "v3.4.0-dev"; +const string glestVersionString = "v3.4.0-beta3"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER) diff --git a/source/glest_game/main/main.cpp b/source/glest_game/main/main.cpp index 4b147691..47265c22 100644 --- a/source/glest_game/main/main.cpp +++ b/source/glest_game/main/main.cpp @@ -1736,6 +1736,11 @@ int glestMain(int argc, char** argv) { SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__); + showCursor(true); + restoreVideoMode(true); + + SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__); + GraphicComponent::clearRegisteredComponents(); SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);