[Scummvm-cvs-logs] scummvm master -> 49ec202701164cc5a6c985dd26c19c21305db8c0
Strangerke
Strangerke at scummvm.org
Fri Jun 14 08:39:52 CEST 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
49ec202701 HOPKINS: Fix Heisenbug occuring when finishing the Polish demo
Commit: 49ec202701164cc5a6c985dd26c19c21305db8c0
https://github.com/scummvm/scummvm/commit/49ec202701164cc5a6c985dd26c19c21305db8c0
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-06-13T23:37:01-07:00
Commit Message:
HOPKINS: Fix Heisenbug occuring when finishing the Polish demo
Thanks Greencis for reporting it.
Changed paths:
engines/hopkins/hopkins.cpp
diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index 305a805..173c4d5 100644
--- a/engines/hopkins/hopkins.cpp
+++ b/engines/hopkins/hopkins.cpp
@@ -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();
}
More information about the Scummvm-git-logs
mailing list