From 3539b6ad959467141e802e0605d901000f29e846 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 13 Oct 2004 07:59:51 +0000 Subject: HE 60 specific svn-id: r15539 --- 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 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 { -- cgit v1.2.3