[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.29,1.30
Pawe? Ko?odziejski
aquadran at users.sourceforge.net
Sun Oct 6 08:33:01 CEST 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv17442
Modified Files:
sound.cpp
Log Message:
applied patch: #619275
Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- sound.cpp 6 Oct 2002 10:55:04 -0000 1.29
+++ sound.cpp 6 Oct 2002 15:31:58 -0000 1.30
@@ -534,7 +534,8 @@
void Sound::stopTalkSound() {
if (_sfxMode & 2) {
- stopSfxSound();
+ if (_talkChannel != -1)
+ _scumm->_mixer->stop(_talkChannel);
_sfxMode &= ~2;
}
}
More information about the Scummvm-git-logs
mailing list