aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 001753301a..72f881d626 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -69,7 +69,7 @@ public:
/** loop the audio */
FLAG_LOOP = 1 << 6
};
-
+
enum SoundType {
kPlainSoundType = 0,
@@ -77,7 +77,7 @@ public:
kSFXSoundType = 2,
kSpeechSoundType = 3
};
-
+
enum {
kMaxChannelVolume = 255,
kMaxMixerVolume = 256
@@ -98,7 +98,7 @@ private:
int _volumeForSoundType[4];
bool _paused;
-
+
uint32 _handleSeed;
Channel *_channels[NUM_CHANNELS];