[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.31,1.32

Travis Howell kirben at users.sourceforge.net
Sat Oct 26 03:40:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv3559/simon

Modified Files:
	simon.cpp 
Log Message:

Enable speech by default in somin 2 dos/win talkie


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- simon.cpp	26 Oct 2002 09:40:07 -0000	1.31
+++ simon.cpp	26 Oct 2002 10:39:00 -0000	1.32
@@ -4346,7 +4346,7 @@
 
 	_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);





More information about the Scummvm-git-logs mailing list