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

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


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

Modified Files:
	actor.cpp 
Log Message:

Typo


Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- actor.cpp	16 May 2003 09:47:52 -0000	1.90
+++ actor.cpp	16 May 2003 09:51:59 -0000	1.91
@@ -1232,7 +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.
+		// Occurs in Monkey 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