[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.387,1.388

Travis Howell kirben at users.sourceforge.net
Sun Dec 21 06:43:05 CET 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv2586/simon

Modified Files:
	simon.cpp 
Log Message:

Switch speech config option to speech_mute config options, for Simon 1/2 games. In order to match other engines.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.387
retrieving revision 1.388
diff -u -d -r1.387 -r1.388
--- simon.cpp	21 Dec 2003 00:03:15 -0000	1.387
+++ simon.cpp	21 Dec 2003 14:42:19 -0000	1.388
@@ -542,7 +542,7 @@
 	_debugLevel = ConfMan.getInt("debuglevel");
 	_language = Common::parseLanguage(ConfMan.get("language"));
 
-	if ((_game & GF_SIMON2) && ConfMan.hasKey("speech") && ConfMan.getBool("speech") == 0)
+	if ((_game & GF_SIMON2) && ConfMan.hasKey("speech_mute") && ConfMan.getBool("speech_mute") == 1)
 		_speech = 0;
 
 	if (!(_game & GF_SIMON2) && _language > 1) {





More information about the Scummvm-git-logs mailing list