[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.487,1.488

kirben kirben at users.sourceforge.net
Sun Oct 23 06:18:53 CEST 2005


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

Modified Files:
	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.487
retrieving revision 1.488
diff -u -d -r1.487 -r1.488
--- sound.cpp	23 Oct 2005 11:14:25 -0000	1.487
+++ sound.cpp	23 Oct 2005 13:16:39 -0000	1.488
@@ -844,7 +844,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