[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.88,1.89

Pawel Kolodziejski aquadran at users.sourceforge.net
Tue Apr 1 13:18:34 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv23971

Modified Files:
	script_v6.cpp 
Log Message:
correct to match dissassembly

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- script_v6.cpp	30 Mar 2003 19:32:12 -0000	1.88
+++ script_v6.cpp	1 Apr 2003 20:56:27 -0000	1.89
@@ -1041,7 +1041,7 @@
 	if (whereIsObject(obj) != WIO_NOT_FOUND) {
 		getObjectXYPos(obj, x, y);
 	} else {
-		x = (_realWidth / 2);
+		x = 160;
 		y = 120;
 	}
 	if (room == 0xFF)





More information about the Scummvm-git-logs mailing list