[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.149,1.150

Travis Howell kirben at users.sourceforge.net
Mon Feb 10 04:23:09 CET 2003


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

Modified Files:
	simon.cpp 
Log Message:

Was bad idea to enable this in Simon 1


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- simon.cpp	5 Feb 2003 09:34:35 -0000	1.149
+++ simon.cpp	10 Feb 2003 12:22:54 -0000	1.150
@@ -3237,9 +3237,8 @@
 			break;
 
 		case 't':
-			_vk_t_toggle ^= 1;
-			if (_game == GAME_SIMON1TALKIE || _game == GAME_SIMON1WIN && _vk_t_toggle)
-				warning("Many subtitles are missing in Simon 1 talkie/win data files");
+			if (_game & GAME_SIMON2)
+				_vk_t_toggle ^= 1;
 			break;
 
 		case '+':





More information about the Scummvm-git-logs mailing list