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

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sun Jun 21 23:05:06 CEST 2009


Revision: 41735
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41735&view=rev
Author:   athrxx
Date:     2009-06-21 21:05:06 +0000 (Sun, 21 Jun 2009)

Log Message:
-----------
LOL: minor fix for floating cursors

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/scene_lol.cpp

Modified: scummvm/trunk/engines/kyra/scene_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/scene_lol.cpp	2009-06-21 20:40:31 UTC (rev 41734)
+++ scummvm/trunk/engines/kyra/scene_lol.cpp	2009-06-21 21:05:06 UTC (rev 41735)
@@ -1517,6 +1517,7 @@
 	_seqWindowY2 = y + h;
 	int offs = _itemInHand ? 10 : 0;
 	_screen->setMouseCursor(offs, offs, getItemIconShapePtr(_itemInHand));
+	_currentFloatingCursor = -1;
 	if (w == 320) {
 		setLampMode(0);
 		_lampStatusSuspended = true;


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