aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.cpp')
-rw-r--r--sound/mixer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index 40dfe8b3be..adf92cbd10 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -134,6 +134,10 @@ SoundMixer::~SoundMixer() {
_syst->deleteMutex(_mutex);
}
+bool SoundMixer::isPaused() {
+ return _paused;
+}
+
void SoundMixer::setupPremix(PremixProc *proc, void *param) {
Common::StackLock lock(_mutex);
_premixParam = param;