aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie')
-rw-r--r--engines/groovie/script.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp
index 676edb021c..ff70ce2026 100644
--- a/engines/groovie/script.cpp
+++ b/engines/groovie/script.cpp
@@ -652,6 +652,10 @@ void Script::o_inputloopend() {
// Exit the input loop
_inputLoopAddress = 0;
_vm->_system->showMouse(false);
+
+ // Force immediate hiding of the mouse cursor (required when the next
+ // video just contains audio)
+ _vm->_graphicsMan->change();
}
// Nothing to do