mirror of
https://github.com/glest/glest-source.git
synced 2025-09-30 01:18:58 +02:00
- another attempt to fix ultifd's game end issue
This commit is contained in:
@@ -232,7 +232,9 @@ void Program::loopWorker() {
|
||||
assert(programState != NULL);
|
||||
|
||||
if(this->programState->quitTriggered() == true) {
|
||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
this->programState->quitAndToggleState();
|
||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
return;
|
||||
}
|
||||
ProgramState *prevState = this->programState;
|
||||
|
Reference in New Issue
Block a user