MOHAWK: Change the back from book commands to use scripts
This commit is contained in:
parent
e7146c9bf7
commit
c04edb8f54
3 changed files with 18 additions and 8 deletions
|
@ -473,7 +473,7 @@ void MohawkEngine_Riven::checkInventoryClick() {
|
|||
|
||||
// Set the return stack/card id's.
|
||||
_vars["returnstackid"] = _stack->getId();
|
||||
_vars["returncardid"] = _card->getId();
|
||||
_vars["returncardid"] = _stack->getCardGlobalId(_card->getId());
|
||||
|
||||
// See RivenGraphics::showInventory() for an explanation
|
||||
// of the variables' meanings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue