[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.331,1.332

Travis Howell kirben at users.sourceforge.net
Wed Oct 29 17:11:00 CET 2003


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

Modified Files:
	simon.cpp 
Log Message:

Spacing


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -d -r1.331 -r1.332
--- simon.cpp	30 Oct 2003 01:05:08 -0000	1.331
+++ simon.cpp	30 Oct 2003 01:09:41 -0000	1.332
@@ -3451,12 +3451,12 @@
 			_exit_cutscene = true;
 		break;
 	case 't':
-		if ((_game & GF_SIMON2 && _game & GF_TALKIE) ||( _game & GF_TALKIE && _language > 1))
+		if ((_game & GF_SIMON2 && _game & GF_TALKIE) || ( _game & GF_TALKIE && _language > 1))
 			if (_speech)
 				_subtitles ^= 1;
 		break;
 	case 'v':
-		if (_game & GF_SIMON2 && _game & GF_TALKIE)
+		if ((_game & GF_SIMON2) && (_game & GF_TALKIE))
 			if (_subtitles)
 				_speech ^= 1;
 	case '+':





More information about the Scummvm-git-logs mailing list