[Scummvm-cvs-logs] CVS: scummvm/scumm/smush smush_mixer.cpp,1.10,1.11
Max Horn
fingolfin at users.sourceforge.net
Sat Jun 21 18:34:02 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1:/tmp/cvs-serv25973/smush
Modified Files:
smush_mixer.cpp
Log Message:
fix regression I just introduced (voices in smush movies were cut off way too early)
Index: smush_mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_mixer.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- smush_mixer.cpp 21 Jun 2003 23:29:34 -0000 1.10
+++ smush_mixer.cpp 22 Jun 2003 01:33:03 -0000 1.11
@@ -106,10 +106,6 @@
for (int i = 0; i < SoundMixer::NUM_CHANNELS; i++) {
if (_channels[i].id != -1) {
if (_channels[i].chan->isTerminated()) {
- if (_channels[i].mixer_index != -1) {
- _mixer->stop(_channels[i].mixer_index);
- _channels[i].mixer_index = -1;
- }
delete _channels[i].chan;
_channels[i].id = -1;
_channels[i].chan = NULL;
More information about the Scummvm-git-logs
mailing list