diff options
Diffstat (limited to 'audio/mixer_intern.h')
-rw-r--r-- | audio/mixer_intern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mixer_intern.h b/audio/mixer_intern.h index c42436b9a4..14dff5d53b 100644 --- a/audio/mixer_intern.h +++ b/audio/mixer_intern.h @@ -98,8 +98,8 @@ public: virtual bool isSoundHandleActive(SoundHandle handle); - virtual void setMuteForSoundType(SoundType type, bool mute); - virtual bool getMuteForSoundType(SoundType type) const; + virtual void muteSoundType(SoundType type, bool mute); + virtual bool isSoundTypeMuted(SoundType type) const; virtual void setChannelVolume(SoundHandle handle, byte volume); virtual void setChannelBalance(SoundHandle handle, int8 balance); |