aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index b02cd0e484..730c353f5f 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -3055,7 +3055,7 @@ void ScummEngine_v6::o6_getPixel() {
// this opcode check ground area in minigame "Asteroid Lander" in the dig
int x, y;
- if (_features & GF_HUMONGOUS) {
+ if (_heversion == 60) {
x = pop();
y = pop();
} else {