diff options
Diffstat (limited to 'engines/scumm/actor.cpp')
-rw-r--r-- | engines/scumm/actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/actor.cpp b/engines/scumm/actor.cpp index 0d7ea39ec2..3a69b5f03c 100644 --- a/engines/scumm/actor.cpp +++ b/engines/scumm/actor.cpp @@ -861,7 +861,7 @@ L2C36:; stopActorMoving(); return; } - // 2C98: Yes, an exact copy of what just occured.. the original does this, so im doing it... + // 2C98: Yes, an exact copy of what just occurred.. the original does this, so im doing it... // Just to keep me sane when going over it :) if (A == 0xFF) { setActorFromTmp(); |