From e04b49df62ca5847b45ae1342e25ea84ddf7b043 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Tue, 23 Dec 2008 09:55:07 +0000 Subject: T7G: Fix the stuck mouse cursor svn-id: r35494 --- engines/groovie/script.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/groovie') 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 -- cgit v1.2.3