[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.166,2.167

Travis Howell kirben at users.sourceforge.net
Sun Oct 10 18:37:07 CEST 2004


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

Modified Files:
	script_v72he.cpp 
Log Message:

X/Y order changed again in HE 72+.


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.166
retrieving revision 2.167
diff -u -d -r2.166 -r2.167
--- script_v72he.cpp	10 Oct 2004 11:31:22 -0000	2.166
+++ script_v72he.cpp	11 Oct 2004 01:31:34 -0000	2.167
@@ -2095,8 +2095,8 @@
 void ScummEngine_v72he::o72_getPixel() {
 	byte area;
 
-	int x = pop();
 	int y = pop();
+	int x = pop();
 	byte subOp = fetchScriptByte();
 
 	VirtScreen *vs = findVirtScreen(y);





More information about the Scummvm-git-logs mailing list