[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.170,1.171

Travis Howell kirben at users.sourceforge.net
Tue Apr 1 20:17:40 CEST 2003


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

Modified Files:
	simon.cpp 
Log Message:

Enable choice between English voice and subtitles in French, Hebrew, Italian and Spanish version of Simon the Sorcerer 1 talkie


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- simon.cpp	2 Apr 2003 04:00:59 -0000	1.170
+++ simon.cpp	2 Apr 2003 04:15:48 -0000	1.171
@@ -3094,7 +3094,7 @@
 			break;
 
 		case 't':
-			if (_game & GF_SIMON2 && _game & GF_TALKIE)
+			if (_game & GF_SIMON2 && _game & GF_TALKIE || _game & GF_TALKIE && _language > 1)
 				_subtitles ^= 1;
 			break;
 





More information about the Scummvm-git-logs mailing list