MOHAWK: Change the back from book commands to use scripts

This commit is contained in:
Bastien Bouclet 2016-11-05 08:36:03 +01:00 committed by Eugene Sandulenko
parent e7146c9bf7
commit c04edb8f54
3 changed files with 18 additions and 8 deletions

View file

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