Change from Quietust:
-Fix inventory in NES version of maniac svn-id: r17447
This commit is contained in:
parent
5bd6380b20
commit
f04f741b8b
1 changed files with 4 additions and 0 deletions
|
@ -373,6 +373,10 @@ int ScummEngine::findObject(int x, int y) {
|
|||
}
|
||||
} while ((_objs[b].state & mask) == a);
|
||||
}
|
||||
|
||||
if ((_features & GF_NES) && (v2_mouseover_box != -1))
|
||||
return findInventory(VAR(VAR_EGO), v2_mouseover_box + _inventoryOffset + 1);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue