aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2002-10-26 10:39:00 +0000
committerTravis Howell2002-10-26 10:39:00 +0000
commit832eebbee49537f31847ad55ff74168b19ae2e4c (patch)
tree3a8f1381a19ff77c04c50e5a23cf771874fc7a2d
parentcd25bd56238797a90fec5b79156be9aa36f43727 (diff)
downloadscummvm-rg350-832eebbee49537f31847ad55ff74168b19ae2e4c.tar.gz
scummvm-rg350-832eebbee49537f31847ad55ff74168b19ae2e4c.tar.bz2
scummvm-rg350-832eebbee49537f31847ad55ff74168b19ae2e4c.zip
Enable speech by default in somin 2 dos/win talkie
svn-id: r5318
-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);