diff options
-rw-r--r-- | engines/mohawk/riven_stacks/pspit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/riven_stacks/pspit.cpp b/engines/mohawk/riven_stacks/pspit.cpp index a3134754b4..37d159ff94 100644 --- a/engines/mohawk/riven_stacks/pspit.cpp +++ b/engines/mohawk/riven_stacks/pspit.cpp @@ -83,7 +83,9 @@ void PSpit::catherineIdleTimer() { void PSpit::xpisland990_elevcombo(const ArgumentArray &args) { // Play button sound based on args[0] _vm->_sound->playSound(args[0] + 5); + _vm->_cursor->hideCursor(); _vm->delay(500); + _vm->_cursor->showCursor(); // It is impossible to get here if Gehn is not trapped. However, // the original also disallows brute forcing the ending if you have |