[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.375,1.376

Travis Howell kirben at users.sourceforge.net
Thu Dec 18 02:49:01 CET 2003


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

Modified Files:
	simon.cpp 
Log Message:

C&P typo.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.375
retrieving revision 1.376
diff -u -d -r1.375 -r1.376
--- simon.cpp	18 Dec 2003 10:47:12 -0000	1.375
+++ simon.cpp	18 Dec 2003 10:48:48 -0000	1.376
@@ -544,7 +544,7 @@
 	_language = Common::parseLanguage(ConfMan.get("language"));
 
 	if (!(_game & GF_SIMON2) && _language > 1) {
-		if (ConfMan.hasKey("_subtitles") && ConfMan.getBool("_subtitles") == 0)
+		if (ConfMan.hasKey("subtitles") && ConfMan.getBool("subtitles") == 0)
 			_subtitles = 0;
 	} else
 		_subtitles = ConfMan.getBool("subtitles");





More information about the Scummvm-git-logs mailing list