diff options
-rw-r--r-- | simon/simon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 79b7b8bbf5..ca147afae7 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -2743,7 +2743,6 @@ void SimonState::o_wait_for_vga(uint a) { } } else if (_exit_cutscene) { if (vc_get_bit(9)) { - _system->show_mouse(true); startSubroutine170(); break; } |