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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed May 3 06:20:03 CEST 2006


Revision: 22307
Author:   lordhoto
Date:     2006-05-03 06:19:21 -0700 (Wed, 03 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22307&view=rev

Log Message:
-----------
Fix for bug # 1480744 ("KYRA1: mouse cursor vanishes").

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/screen.cpp
Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp	2006-05-03 13:06:22 UTC (rev 22306)
+++ scummvm/trunk/engines/kyra/screen.cpp	2006-05-03 13:19:21 UTC (rev 22307)
@@ -1829,8 +1829,8 @@
 	_system->showMouse(true);
 	free(cursor);
 
-	return;
-
+	// makes sure that the cursor is drawn
+	updateScreen();
 }
 
 void Screen::copyScreenFromRect(int x, int y, int w, int h, uint8 *ptr) {


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