[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.344,1.345
Travis Howell
kirben at users.sourceforge.net
Mon Dec 1 04:19:10 CET 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv20055/simon
Modified Files:
simon.cpp
Log Message:
Revert last change, ScummVM handles it better than original.
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -d -r1.344 -r1.345
--- simon.cpp 1 Dec 2003 10:23:51 -0000 1.344
+++ simon.cpp 1 Dec 2003 12:18:57 -0000 1.345
@@ -3463,9 +3463,7 @@
_sound->effectsPause(_effects_paused ^= 1);
break;
case 'b':
- _ambient_paused ^= 1;
- _sound->ambientPause(_ambient_paused);
- vc_set_bit_to(99, _ambient_paused);
+ _sound->ambientPause(_ambient_paused ^= 1);
break;
case 'r':
if (_debugMode)
More information about the Scummvm-git-logs
mailing list