[Scummvm-cvs-logs] SF.net SVN: scummvm:[51770] scummvm/trunk/engines/sci/engine/kmovement.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Aug 6 00:58:16 CEST 2010


Revision: 51770
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51770&view=rev
Author:   thebluegr
Date:     2010-08-05 22:58:16 +0000 (Thu, 05 Aug 2010)

Log Message:
-----------
SCI: Added bug number for the floor scrubbing bug

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kmovement.cpp

Modified: scummvm/trunk/engines/sci/engine/kmovement.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kmovement.cpp	2010-08-05 22:39:54 UTC (rev 51769)
+++ scummvm/trunk/engines/sci/engine/kmovement.cpp	2010-08-05 22:58:16 UTC (rev 51770)
@@ -316,7 +316,7 @@
 		// Whew... in short: If we have reached or passed our target position
 
 		// Sanity check: make sure that destx, desty are inside the screen coordinates.
-		// They can go off screen in some cases, e.g. in SQ5 while scrubbing the floor
+		// They can go off screen in some cases, e.g. in SQ5 while scrubbing the floor (bug #3037351)
 		if (destx < g_sci->_gfxScreen->getWidth() && desty < g_sci->_gfxScreen->getHeight()) {
 			x = destx;
 			y = desty;


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