aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 189fcb27f7..d46a933d97 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -26,7 +26,6 @@
#ifndef SOUND_MIXER_H
#define SOUND_MIXER_H
-#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/mutex.h"
@@ -204,7 +203,7 @@ public:
/**
- * Pause/unpause all sounds, including all regular and permanent
+ * Pause/unpause all sounds, including all regular and permanent
* channels
*
* @param paused true to pause everything, false to unpause
@@ -327,7 +326,7 @@ public:
* This simply calls the mix() method.
*/
static void mixCallback(void *s, byte *samples, int len);
-
+
void setReady(bool ready) { _mixerReady = ready; }
};