aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v6he.cpp')
-rw-r--r--scumm/script_v6he.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp
index 6887f8ddf3..a581c1245f 100644
--- a/scumm/script_v6he.cpp
+++ b/scumm/script_v6he.cpp
@@ -391,6 +391,8 @@ void ScummEngine_v6he::o6_setState() {
if (state & 0x8000) {
state = state & 0x7F00;
putState(obj, state);
+ if (_heversion >= 72)
+ removeObjectFromDrawQue(obj);
return;
}