aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-01-13 04:59:40 +0000
committerTravis Howell2004-01-13 04:59:40 +0000
commitd758f12fcc988a886b708dedaaedf913fee237df (patch)
tree7aa644abcf2da8d763e118b0e3a9beeb43e8fc45 /scumm/actor.cpp
parenta57810c854a6825ca778867da36883998b410ab7 (diff)
downloadscummvm-rg350-d758f12fcc988a886b708dedaaedf913fee237df.tar.gz
scummvm-rg350-d758f12fcc988a886b708dedaaedf913fee237df.tar.bz2
scummvm-rg350-d758f12fcc988a886b708dedaaedf913fee237df.zip
Typo
svn-id: r12354
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
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) {