[Scummvm-cvs-logs] CVS: scummvm/simon sound.cpp,1.34,1.35
Travis Howell
kirben at users.sourceforge.net
Thu Jul 24 10:50:03 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon sound.cpp,1.29.2.5,1.29.2.6
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sound rate.cpp,1.1,1.2 rate.h,1.1,1.2 resample.cpp,1.1,1.2 audiostream.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv22721/simon
Modified Files:
sound.cpp
Log Message:
ambient sfx works fine again
Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/sound.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- sound.cpp 24 Jul 2003 16:54:40 -0000 1.34
+++ sound.cpp 24 Jul 2003 17:49:03 -0000 1.35
@@ -446,7 +446,7 @@
if (!_voice)
return;
- if (_voice)
+ if (_voice_handle)
_mixer->stop(_voice_index);
if (_game == GAME_SIMON1CD32)
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon sound.cpp,1.29.2.5,1.29.2.6
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sound rate.cpp,1.1,1.2 rate.h,1.1,1.2 resample.cpp,1.1,1.2 audiostream.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list