aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/actor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 659d071e17..2cc09837cf 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1226,6 +1226,7 @@ void Actor::setActorCostume(int c) {
_vm->ensureResourceLoaded(rtCostume, costume);
}
}
+ startAnimActor(initFrame);
} else {
if (visible) {
hideActor();