aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/main.cpp b/base/main.cpp
index f91574ffc4..bb7a17b901 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -317,9 +317,8 @@ extern "C" int scummvm_main(int argc, char *argv[]) {
// (so instead of just quitting, show a nice error dialog to the
// user and let him pick another game).
- // Reset RTL and Quit flags in case we want to load another engine
+ // Reset RTL flag in case we want to load another engine
g_system->getEventManager()->resetRTL();
- g_system->getEventManager()->resetQuit();
if (result == 0)
break;