[Scummvm-cvs-logs] SF.net SVN: scummvm:[50408] scummvm/trunk/engines/draci/game.cpp

spalek at users.sourceforge.net spalek at users.sourceforge.net
Mon Jun 28 06:16:01 CEST 2010


Revision: 50408
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50408&view=rev
Author:   spalek
Date:     2010-06-28 04:16:00 +0000 (Mon, 28 Jun 2010)

Log Message:
-----------
bugfix for the item fast-switching commit

Modified Paths:
--------------
    scummvm/trunk/engines/draci/game.cpp

Modified: scummvm/trunk/engines/draci/game.cpp
===================================================================
--- scummvm/trunk/engines/draci/game.cpp	2010-06-28 04:04:16 UTC (rev 50407)
+++ scummvm/trunk/engines/draci/game.cpp	2010-06-28 04:16:00 UTC (rev 50408)
@@ -907,7 +907,7 @@
 		}
 		break;
 	}
-	if (getRoomNum() != getMapRoom()) {
+	if (getLoopStatus() == kStatusOrdinary) {
 		updateOrdinaryCursor();
 	} else {
 		updateInventoryCursor();


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