Should be HE61 now.

svn-id: r17765
This commit is contained in:
Travis Howell 2005-04-23 11:06:17 +00:00
parent cc526f0a01
commit 760017e462

View file

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