Should be HE61 now.
svn-id: r17765
This commit is contained in:
parent
cc526f0a01
commit
760017e462
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue