- attempt to fix crash at intro screen

This commit is contained in:
Mark Vejvoda 2011-02-18 16:15:14 +00:00
parent 050a604390
commit 755bed6553

View File

@ -89,8 +89,7 @@ void Intro::update(){
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__); SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
program->setState(new MainMenu(program)); program->setState(new MainMenu(program));
return;
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
} }
if(Config::getInstance().getBool("AutoTest")){ if(Config::getInstance().getBool("AutoTest")){