diff options
-rw-r--r-- | scumm/actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp index e0f85b2ad9..3b1d16ebfb 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1029,7 +1029,7 @@ void Actor::drawActorCostume() ar.draw_top = top = 0x7fffffff; ar.draw_bottom = bottom = 0; - if (ar.drawCostume()) { + if (ar.drawCostume(cost)) { // FIXME: this breaks talking in The Dig. But why? // Note that I originally added this to correct some redraw issues. //needBgReset = true; |