aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stacks/aspit.cpp
diff options
context:
space:
mode:
authorBastien Bouclet2017-07-01 17:05:39 +0200
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit8c6cd9806714b463ae43bfed11acbb88d1e9bc9a (patch)
tree05caa717abbe01f5a5d88b48e51d2aede19e42d6 /engines/mohawk/riven_stacks/aspit.cpp
parent64c1a1d2b28f5fa0520d5824d595a3194a79ec3f (diff)
downloadscummvm-rg350-8c6cd9806714b463ae43bfed11acbb88d1e9bc9a.tar.gz
scummvm-rg350-8c6cd9806714b463ae43bfed11acbb88d1e9bc9a.tar.bz2
scummvm-rg350-8c6cd9806714b463ae43bfed11acbb88d1e9bc9a.zip
MOHAWK: Fix the inventory being visible when scripts are running
Diffstat (limited to 'engines/mohawk/riven_stacks/aspit.cpp')
-rw-r--r--engines/mohawk/riven_stacks/aspit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/riven_stacks/aspit.cpp b/engines/mohawk/riven_stacks/aspit.cpp
index bf2adc0e8e..0835d28d9f 100644
--- a/engines/mohawk/riven_stacks/aspit.cpp
+++ b/engines/mohawk/riven_stacks/aspit.cpp
@@ -333,7 +333,7 @@ void ASpit::xadisablemenuintro(uint16 argc, uint16 *argv) {
// The original also had this shortcut.
// Hide the "exit" button here
- _vm->_inventory->hide();
+ //_vm->_inventory->forceVisible(false);
}
void ASpit::xaenablemenuintro(uint16 argc, uint16 *argv) {
@@ -342,7 +342,7 @@ void ASpit::xaenablemenuintro(uint16 argc, uint16 *argv) {
// The original also had this shortcut.
// Show the "exit" button here
- _vm->_inventory->show();
+ //_vm->_inventory->forceVisible(true);
}
void ASpit::xademoquit(uint16 argc, uint16 *argv) {