[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.479.2.3,1.479.2.4

kirben kirben at users.sourceforge.net
Sun Oct 23 06:15:26 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18353/scumm

Modified Files:
      Tag: branch-0-8-0
	sound.cpp 
Log Message:

Remove talkSound from the sound queue in HE games, when stopping the talkSound.
Fixes bad talkSound in freddi when changing rooms.


Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.479.2.3
retrieving revision 1.479.2.4
diff -u -d -r1.479.2.3 -r1.479.2.4
--- sound.cpp	21 Oct 2005 02:25:20 -0000	1.479.2.3
+++ sound.cpp	23 Oct 2005 13:14:20 -0000	1.479.2.4
@@ -845,7 +845,7 @@
 			_vm->_imuseDigital->stopSound(kTalkSoundID);
 #endif
 		} else if (_vm->_heversion >= 60) {
-			_vm->_mixer->stopID(1);
+			stopSound(1);
 		} else {
 			_vm->_mixer->stopHandle(_talkChannelHandle);
 		}





More information about the Scummvm-git-logs mailing list