- more save / loadgame bugfixes

This commit is contained in:
Mark Vejvoda
2012-04-02 15:17:31 +00:00
parent 5b5d753341
commit d16396db0a
3 changed files with 6 additions and 7 deletions

View File

@@ -590,7 +590,7 @@ void Program::setState(ProgramState *programStateNew, bool cleanupOldState) {
sprintf(szBuf,"In [%s::%s Line: %d]\nError [%s]\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__,e.what());
SystemFlags::OutputDebug(SystemFlags::debugError,szBuf);
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,szBuf);
abort();
//abort();
messageBoxIsSystemError = true;