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 --- sound/mixer.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sound/mixer.h') diff --git a/sound/mixer.h b/sound/mixer.h index 8fd7883418..d688513d01 100644 --- a/sound/mixer.h +++ b/sound/mixer.h @@ -72,7 +72,7 @@ private: int _globalVolume; int _musicVolume; - bool _paused, _channelsPaused; + bool _paused; Channel *_channels[NUM_CHANNELS]; @@ -112,7 +112,7 @@ public: void stopAll(); /** stop playing the given channel */ - void stop(int channel); + void stopChannel(int channel); /** stop playing the sound with given ID */ void stopID(int id); @@ -120,9 +120,6 @@ public: /** stop playing the channel for the given handle */ void stopHandle(PlayingSoundHandle handle); - /** pause/unpause all mixing (including adlib) */ - void pauseMixer(bool paused); - /** pause/unpause all channels */ void pauseAll(bool paused); -- cgit v1.2.3