HE 60 specific
svn-id: r15539
This commit is contained in:
parent
9005514601
commit
3539b6ad95
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue