From 0be019601319c8536cf42a64e97408ba6fb1716b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 6 Sep 2003 10:47:30 +0000 Subject: removed pauseMixer method from mixer, and renamed stop to stopChannel svn-id: r10042 --- scumm/smush/smush_mixer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/smush/smush_mixer.cpp') diff --git a/scumm/smush/smush_mixer.cpp b/scumm/smush/smush_mixer.cpp index 02dc117b29..a20b5e68a3 100644 --- a/scumm/smush/smush_mixer.cpp +++ b/scumm/smush/smush_mixer.cpp @@ -41,7 +41,7 @@ SmushMixer::SmushMixer(SoundMixer *m) : SmushMixer::~SmushMixer() { for (int32 i = 0; i < SoundMixer::NUM_CHANNELS; i++) { - _mixer->stop(_channels[i].mixer_index); + _mixer->stopChannel(_channels[i].mixer_index); } } -- cgit v1.2.3