diff options
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r-- | scumm/script_v6.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index e121ae9855..3e644a0b41 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -1784,10 +1784,10 @@ void ScummEngine_v6::o6_actorOps() { int top_actor = a->top; int bottom_actor = a->bottom; -// a->_zbuf = 1; ??? + a->forceClip = 1; a->needRedraw = true; a->drawActorCostume(); -// a->_zbuf = 0; ??? + a->forceClip = 0; a->needRedraw = true; a->drawActorCostume(); a->needRedraw = false; |