[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.390,1.391
Travis Howell
kirben at users.sourceforge.net
Sun Dec 21 08:52:00 CET 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword1 logic.cpp,1.17,1.18 menu.cpp,1.6,1.7 menu.h,1.3,1.4 mouse.cpp,1.10,1.11 sword1.cpp,1.16,1.17 sworddefs.h,1.8,1.9
- Next message: [Scummvm-cvs-logs] CVS: scummvm README,1.229,1.230
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv28863/simon
Modified Files:
simon.cpp
Log Message:
Add sfx_mute to simon
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -d -r1.390 -r1.391
--- simon.cpp 21 Dec 2003 16:01:36 -0000 1.390
+++ simon.cpp 21 Dec 2003 16:51:31 -0000 1.391
@@ -4776,6 +4776,13 @@
_sound = new SimonSound(_game, gss, _gameDataPath, _mixer);
+ if (ConfMan.hasKey("sfx_mute") && ConfMan.getBool("sfx_mute") == 1) {
+ if (_game == GAME_SIMON1DOS)
+ midi._enable_sfx ^= 1;
+ else
+ _sound->effectsPause(_effects_paused ^= 1);
+ }
+
loadGamePcFile(gss->gamepc_filename);
addTimeEvent(0, 1);
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword1 logic.cpp,1.17,1.18 menu.cpp,1.6,1.7 menu.h,1.3,1.4 mouse.cpp,1.10,1.11 sword1.cpp,1.16,1.17 sworddefs.h,1.8,1.9
- Next message: [Scummvm-cvs-logs] CVS: scummvm README,1.229,1.230
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list