- 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
1 changed files with 1 additions and 2 deletions

View File

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