aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/object.cpp b/scumm/object.cpp
index 991d175e13..af145f796c 100644
--- a/scumm/object.cpp
+++ b/scumm/object.cpp
@@ -485,8 +485,8 @@ void ScummEngine::drawObject(int obj, int arg) {
if (numstrip != 0) {
byte flags = od.flags;
+ gdi._objectMode = true;
if (_version == 1) {
- gdi._objectMode = true;
if (_features & GF_NES) {
gdi.decodeNESObject(ptr, xpos, ypos, width, height);
} else {