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")){