aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 66db6204c6..70576e2b49 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -3053,7 +3053,7 @@ void ScummEngine_v6::o6_getPixel() {
// this opcode check ground area in minigame "Asteroid Lander" in the dig
int x, y;
- if (_heversion == 60) {
+ if (_heversion == 61) {
x = pop();
y = pop();
} else {