mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 23:27:37 +00:00
HOPKINS: Fix Heisenbug occuring when finishing the Polish demo
Thanks Greencis for reporting it.
This commit is contained in:
parent
4c13725a55
commit
49ec202701
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user