From 755bed65534999f42efb4f0ac613e315ef05463c Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 18 Feb 2011 16:15:14 +0000 Subject: [PATCH] - attempt to fix crash at intro screen --- source/glest_game/main/intro.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/glest_game/main/intro.cpp b/source/glest_game/main/intro.cpp index 82c2c1ad..c5bc1175 100644 --- a/source/glest_game/main/intro.cpp +++ b/source/glest_game/main/intro.cpp @@ -89,8 +89,7 @@ void Intro::update(){ SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__); program->setState(new MainMenu(program)); - - SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__); + return; } if(Config::getInstance().getBool("AutoTest")){