[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm README,1.195,1.196
- Next message: [Scummvm-cvs-logs] CVS: scummvm/queen verb.h,NONE,1.1 defs.h,1.19,1.20 structs.h,1.17,1.18 input.h,1.4,1.5 input.cpp,1.4,1.5 logic.h,1.48,1.49 logic.cpp,1.65,1.66 cutaway.cpp,1.45,1.46 talk.cpp,1.27,1.28 xref.txt,1.24,1.25
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 '+':
- Previous message: [Scummvm-cvs-logs] CVS: scummvm README,1.195,1.196
- Next message: [Scummvm-cvs-logs] CVS: scummvm/queen verb.h,NONE,1.1 defs.h,1.19,1.20 structs.h,1.17,1.18 input.h,1.4,1.5 input.cpp,1.4,1.5 logic.h,1.48,1.49 logic.cpp,1.65,1.66 cutaway.cpp,1.45,1.46 talk.cpp,1.27,1.28 xref.txt,1.24,1.25
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list