From 760017e4620dda0cd319fb8bdef0bb1ca85b0c80 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 23 Apr 2005 11:06:17 +0000 Subject: Should be HE61 now. svn-id: r17765 --- scumm/script_v6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v6.cpp') 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 { -- cgit v1.2.3