aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/groovie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/groovie.cpp')
-rw-r--r--engines/groovie/groovie.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp
index 34d283a967..a09fe8fe3b 100644
--- a/engines/groovie/groovie.cpp
+++ b/engines/groovie/groovie.cpp
@@ -195,9 +195,11 @@ Common::Error GroovieEngine::go() {
_waitingForInput = false;
break;
+ case Common::EVENT_MAINMENU:
+ // Closing the GMM
case Common::EVENT_MOUSEMOVE:
- // Continue the script execution, the mouse
- // pointer may fall inside a hotspot now
+ // Continue the script execution, the mouse pointer
+ // may fall inside a different hotspot now
_waitingForInput = false;
break;