svn-id: r7568
This commit is contained in:
Travis Howell 2003-05-16 09:51:59 +00:00
parent f69df41c71
commit 61fdee0b42

View File

@ -1232,7 +1232,7 @@ void Actor::startWalkActor(int destX, int destY, int dir) {
// 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;