aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-01-26 10:51:57 +0000
committerTravis Howell2004-01-26 10:51:57 +0000
commite9e7ded89f7a7b5734795edcdd131c14f22e7bf4 (patch)
tree885060b9264afcde7dc388aca7e189fae6d26d3e /scumm
parentee6842c9d171e7d91c232b815582d08f9bc66ffd (diff)
downloadscummvm-rg350-e9e7ded89f7a7b5734795edcdd131c14f22e7bf4.tar.gz
scummvm-rg350-e9e7ded89f7a7b5734795edcdd131c14f22e7bf4.tar.bz2
scummvm-rg350-e9e7ded89f7a7b5734795edcdd131c14f22e7bf4.zip
Ooops
svn-id: r12621
Diffstat (limited to 'scumm')
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 9efd80aa75..c729059e02 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1245,8 +1245,8 @@ void Actor::setActorCostume(int c) {
if (costume) {
_vm->ensureResourceLoaded(rtCostume, costume);
}
+ startAnimActor(initFrame);
}
- startAnimActor(initFrame);
} else {
if (visible) {
hideActor();