[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.89,1.90

Travis Howell kirben at users.sourceforge.net
Fri May 16 02:48:15 CEST 2003


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

Modified Files:
	actor.cpp 
Log Message:

Add comment to fixme


Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- actor.cpp	15 May 2003 21:57:38 -0000	1.89
+++ actor.cpp	16 May 2003 09:47:52 -0000	1.90
@@ -1232,6 +1232,7 @@
 		// FIXME: Should we really use abr.x / abr.y here? Shouldn't it be destX / destY?
 		// Considering that abr was obtained by adjustXYToBeInBox which works on
 		// the boxes in the *current* room no in the room the actor actually is in.
+		// Occurs in Monsyer Island 1 demo, after title name.
 		warning("When is this ever triggered anyway?");
 		x = abr.x;
 		y = abr.y;





More information about the Scummvm-git-logs mailing list