From d758f12fcc988a886b708dedaaedf913fee237df Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 13 Jan 2004 04:59:40 +0000 Subject: Typo svn-id: r12354 --- scumm/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/actor.cpp b/scumm/actor.cpp index 080bfb7a15..32c839cf35 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -472,7 +472,7 @@ void Actor::startAnimActor(int f) { } } else { assert(f != 0x3E); - // Not sure it this should apply to samnmax + // Not sure if this should apply to samnmax frame = (_vm->_version == 6) ? 0: f; if (isInCurrentRoom() && costume != 0) { -- cgit v1.2.3