diff options
| author | Travis Howell | 2002-10-26 10:39:00 +0000 | 
|---|---|---|
| committer | Travis Howell | 2002-10-26 10:39:00 +0000 | 
| commit | 832eebbee49537f31847ad55ff74168b19ae2e4c (patch) | |
| tree | 3a8f1381a19ff77c04c50e5a23cf771874fc7a2d | |
| parent | cd25bd56238797a90fec5b79156be9aa36f43727 (diff) | |
| download | scummvm-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.cpp | 2 | 
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); | 
