From b2ba147d9655dbe8a165a4fafab0faf4bc4686fa Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 10 May 2018 16:04:49 +0200 Subject: MOHAWK: RIVEN: Hide the mouse cursor after pressing a prison code button It now matches the behavior of the original engine. Fixes #10521. --- engines/mohawk/riven_stacks/pspit.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') 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 -- cgit v1.2.3