aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r--simon/simon.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 60aaa803c1..b8aef5e9b3 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -3288,8 +3288,6 @@ void SimonState::draw_mouse_pointer()
_system->set_mouse_cursor(_simon2_cursors[_mouse_cursor], 16, 16, 7, 7);
else
_system->set_mouse_cursor(_simon1_cursor, 16, 16, 0, 0);
-
- _system->show_mouse(true);
}