[Scummvm-cvs-logs] SF.net SVN: scummvm: [20966] scummvm/trunk/engines/scumm/script_v6.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Mon Feb 27 16:50:03 CET 2006


Revision: 20966
Author:   kirben
Date:     2006-02-27 16:49:54 -0800 (Mon, 27 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20966&view=rev

Log Message:
-----------
Typo.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/script_v6.cpp
Modified: scummvm/trunk/engines/scumm/script_v6.cpp
===================================================================
--- scummvm/trunk/engines/scumm/script_v6.cpp	2006-02-28 00:46:05 UTC (rev 20965)
+++ scummvm/trunk/engines/scumm/script_v6.cpp	2006-02-28 00:49:54 UTC (rev 20966)
@@ -2710,7 +2710,6 @@
 		// in Sam & Max use hard coded values for the maximum height and width.
 		// This causes problems in rooms (ie. Credits) where their values are
 		// lower, so we set result to zero if out of bounds.
-		// scenes (ie Credits) where values are lower.
 		if (args[1] >= 0 && args[1] <= vs->w && args[2] >= 0 && args[2] <= vs->h) {
 			byte pixel = *vs->getPixels(args[1], args[2]);
 			push(pixel);







More information about the Scummvm-git-logs mailing list