[Scummvm-cvs-logs] SF.net SVN: scummvm:[35494] scummvm/trunk/engines/groovie/script.cpp

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Tue Dec 23 10:55:07 CET 2008


Revision: 35494
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35494&view=rev
Author:   jvprat
Date:     2008-12-23 09:55:07 +0000 (Tue, 23 Dec 2008)

Log Message:
-----------
T7G: Fix the stuck mouse cursor

Modified Paths:
--------------
    scummvm/trunk/engines/groovie/script.cpp

Modified: scummvm/trunk/engines/groovie/script.cpp
===================================================================
--- scummvm/trunk/engines/groovie/script.cpp	2008-12-23 08:24:06 UTC (rev 35493)
+++ scummvm/trunk/engines/groovie/script.cpp	2008-12-23 09:55:07 UTC (rev 35494)
@@ -652,6 +652,10 @@
 		// 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list