[Scummvm-cvs-logs] CVS: scummvm/scumm wiz_he.cpp,2.116,2.117

kirben kirben at users.sourceforge.net
Mon Jan 30 14:08:01 CET 2006


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

Modified Files:
	wiz_he.cpp 
Log Message:

Revert back to match original version.
Change caused glitches in credits of pajama3.


Index: wiz_he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/wiz_he.cpp,v
retrieving revision 2.116
retrieving revision 2.117
diff -u -d -r2.116 -r2.117
--- wiz_he.cpp	30 Jan 2006 20:33:45 -0000	2.116
+++ wiz_he.cpp	30 Jan 2006 22:06:53 -0000	2.117
@@ -1185,9 +1185,8 @@
 	getWizImageDim(resNum, state, w, h);
 
 	// set the transformation origin to the center of the image
-	pts[0].x = pts[3].x = -(w / 2);
 	pts[1].x = pts[2].x = w / 2 - 1;
-	pts[0].y = pts[1].y = -(h / 2);
+	pts[0].x = pts[0].y = pts[1].y = pts[3].x = -(w / 2);
 	pts[2].y = pts[3].y = h / 2 - 1;
 
 	// scale





More information about the Scummvm-git-logs mailing list