HOPKINS: Fix Heisenbug occuring when finishing the Polish demo

Thanks Greencis for reporting it.
This commit is contained in:
Strangerke 2013-06-14 08:36:16 +02:00
parent 4c13725a55
commit 49ec202701

View File

@ -1904,10 +1904,7 @@ void HopkinsEngine::bombExplosion() {
}
void HopkinsEngine::restoreSystem() {
// If the game isn't alerady trying to quit, flag that quitting is needed
if (!shouldQuit())
quitGame();
quitGame();
_events->refreshEvents();
}