[Scummvm-cvs-logs] SF.net SVN: scummvm: [20903] scummvm/trunk/engines/scumm/he/wiz_he.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Feb 25 18:25:01 CET 2006


Revision: 20903
Author:   kirben
Date:     2006-02-25 18:23:59 -0800 (Sat, 25 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20903&view=rev

Log Message:
-----------
That change shouldn't have been commited

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/he/wiz_he.cpp
Modified: scummvm/trunk/engines/scumm/he/wiz_he.cpp
===================================================================
--- scummvm/trunk/engines/scumm/he/wiz_he.cpp	2006-02-26 01:25:27 UTC (rev 20902)
+++ scummvm/trunk/engines/scumm/he/wiz_he.cpp	2006-02-26 02:23:59 UTC (rev 20903)
@@ -548,8 +548,8 @@
 			}
 			palPtr = imagePal;
 		}
-		int h = r1.height() + 1;
-		int w = r1.width() + 1;
+		int h = r1.height();
+		int w = r1.width();
 		src += r1.left + r1.top * srcw;
 		dst += r2.left + r2.top * dstw;
 		while (h--) {







More information about the Scummvm-git-logs mailing list