[Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.196,1.197

Travis Howell kirben at users.sourceforge.net
Thu Oct 7 04:39:25 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21683/scumm

Modified Files:
	object.cpp 
Log Message:

Correct values.


Index: object.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- object.cpp	27 Sep 2004 07:32:49 -0000	1.196
+++ object.cpp	7 Oct 2004 11:31:50 -0000	1.197
@@ -493,7 +493,7 @@
 			flags |= Gdi::dbDrawMaskOnAll;
 
 		if (_heversion >= 70 && findResource(MKID('SMAP'), ptr) == NULL)
-			gdi.drawBMAPObject(ptr, &virtscr[0], obj, od.x_pos * 8, od.y_pos * 8, od.width * 8, od.height * 8);
+			gdi.drawBMAPObject(ptr, &virtscr[0], obj, od.x_pos, od.y_pos, od.width, od.height);
 		else
 			gdi.drawBitmap(ptr, &virtscr[0], x, ypos, width * 8, height, x - xpos, numstrip, flags);
 	}





More information about the Scummvm-git-logs mailing list