aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index a9e4be25ed..3f005e414d 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -4346,7 +4346,7 @@ void SimonState::go()
_last_music_played = (uint) - 1;
_vga_base_delay = 1;
- _vk_t_toggle = true;
+ _vk_t_toggle = false;
prop.show_cursor = true;
_system->property(OSystem::PROP_SHOW_DEFAULT_CURSOR, &prop);