[Scummvm-cvs-logs] SF.net SVN: scummvm:[42368] scummvm/trunk/engines/cruise/font.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sat Jul 11 07:10:14 CEST 2009


Revision: 42368
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42368&view=rev
Author:   dreammaster
Date:     2009-07-11 05:10:13 +0000 (Sat, 11 Jul 2009)

Log Message:
-----------
Bugfix to show the mouse cursor when restarting the game after returning to launcher

Modified Paths:
--------------
    scummvm/trunk/engines/cruise/font.cpp

Modified: scummvm/trunk/engines/cruise/font.cpp
===================================================================
--- scummvm/trunk/engines/cruise/font.cpp	2009-07-11 04:42:46 UTC (rev 42367)
+++ scummvm/trunk/engines/cruise/font.cpp	2009-07-11 05:10:13 UTC (rev 42368)
@@ -159,7 +159,9 @@
 	switchPal = 0;
 	masterScreen = 0;
 
+	changeCursor(CURSOR_NOMOUSE);
 	changeCursor(CURSOR_NORMAL);
+	mouseOn();
 
 	strcpy(cmdLine, "");
 


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