HE 60 specific

svn-id: r15539
This commit is contained in:
Travis Howell 2004-10-13 07:59:51 +00:00
parent 9005514601
commit 3539b6ad95

View file

@ -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 {