[Scummvm-cvs-logs] SF.net SVN: scummvm: [22905] scummvm/trunk/engines/kyra/kyra3.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat Jun 3 21:44:03 CEST 2006


Revision: 22905
Author:   eriktorbjorn
Date:     2006-06-03 12:43:57 -0700 (Sat, 03 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22905&view=rev

Log Message:
-----------
This hack is no longer needed to make the mouse cursor visible on the Kyra 3
main menu.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra3.cpp
Modified: scummvm/trunk/engines/kyra/kyra3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra3.cpp	2006-06-03 18:38:36 UTC (rev 22904)
+++ scummvm/trunk/engines/kyra/kyra3.cpp	2006-06-03 19:43:57 UTC (rev 22905)
@@ -253,7 +253,6 @@
 
 	_system->warpMouse(300, 180);
 	CursorMan.replaceCursor(cursorImage, 10, 13, 1, 1, C);
-	_screen->hideMouse();	// HACK to get _mouseLockCount to 1.
 	_screen->showMouse();
 
 #undef A


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