[Scummvm-cvs-logs] CVS: scummvm script_v2.cpp,1.82,1.83

James Brown ender at users.sourceforge.net
Sun Aug 11 02:06:03 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv26376

Modified Files:
	script_v2.cpp 
Log Message:
Apply three patches:

593567 [painelf]: Fix SNM inventory icon centering, it's an actor
593444 [wjp and eriktorbjorn]: Simon2 lockup fix
593455 [wjp]: Simon2 map fix




Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/script_v2.cpp,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- script_v2.cpp	8 Aug 2002 21:54:49 -0000	1.82
+++ script_v2.cpp	11 Aug 2002 09:05:30 -0000	1.83
@@ -1503,7 +1503,7 @@
 	/* startScene maybe modifies VAR_EGO, i hope not */
 
 	if (!(_features & GF_AFTER_V7)) {
-		camera._dest.x = camera._cur.x = a->x;
+		setCameraAt(a->x, a->y);
 		setCameraFollows(a);
 	}
 	_fullRedraw = 1;





More information about the Scummvm-git-logs mailing list