aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v6.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 297ab95d3e..10f1131c55 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -1761,8 +1761,9 @@ void Scumm_v6::o6_actorOps() {
a->needRedraw = 1;
a->drawActorCostume();
// a->_zbuf = 0; ???
- a->needRedraw = 0;
+ a->needRedraw = 1;
a->drawActorCostume();
+ a->needRedraw = 0;
if (a->top > top_actor) {
a->bottom = top_actor;