From e9e7ded89f7a7b5734795edcdd131c14f22e7bf4 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 26 Jan 2004 10:51:57 +0000 Subject: Ooops svn-id: r12621 --- scumm/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/actor.cpp') 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(); -- cgit v1.2.3