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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Fri May 26 08:56:04 CEST 2006


Revision: 22663
Author:   eriktorbjorn
Date:     2006-05-26 08:55:42 -0700 (Fri, 26 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22663&view=rev

Log Message:
-----------
We don't have a mouse cursor yet, but this is probably the point where it
should be shown.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra3.cpp
Modified: scummvm/trunk/engines/kyra/kyra3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra3.cpp	2006-05-26 15:44:46 UTC (rev 22662)
+++ scummvm/trunk/engines/kyra/kyra3.cpp	2006-05-26 15:55:42 UTC (rev 22663)
@@ -218,6 +218,7 @@
 	
 	drawMainMenu(strings);
 	_system->warpMouse(300, 180);
+	_screen->showMouse();
 	
 	while (command == -1 && !_quitFlag) {
 		// yes 2 * _tickLength here not 3 * like in the first draw


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