aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/sound.h
diff options
context:
space:
mode:
authorStrangerke2013-11-24 01:40:35 +0100
committerStrangerke2013-11-24 01:40:35 +0100
commitb603ea0223ed337781da6a4a2987390ccdaa0bcc (patch)
tree3a60613e0efbe1889f87e243f1ef859e4a3a9c5b /engines/parallaction/sound.h
parentc63b2b2b2c33aa0a1e883cf5c722d647f2cf0c6f (diff)
downloadscummvm-rg350-b603ea0223ed337781da6a4a2987390ccdaa0bcc.tar.gz
scummvm-rg350-b603ea0223ed337781da6a4a2987390ccdaa0bcc.tar.bz2
scummvm-rg350-b603ea0223ed337781da6a4a2987390ccdaa0bcc.zip
PARALLACTION: Janitorial - Fix spacing errors
Diffstat (limited to 'engines/parallaction/sound.h')
-rw-r--r--engines/parallaction/sound.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/parallaction/sound.h b/engines/parallaction/sound.h
index e12e50e278..e8dde78ddc 100644
--- a/engines/parallaction/sound.h
+++ b/engines/parallaction/sound.h
@@ -103,7 +103,7 @@ protected:
Audio::Mixer *_mixer;
char _musicFile[PATH_LEN];
- bool _sfxLooping;
+ bool _sfxLooping;
int _sfxVolume;
int _sfxRate;
uint _sfxChannel;
@@ -156,7 +156,7 @@ class AmigaSoundMan_ns : public SoundMan_ns {
Audio::AudioStream *_musicStream;
Audio::SoundHandle _musicHandle;
- uint32 beepSoundBufferSize;
+ uint32 beepSoundBufferSize;
int8 *beepSoundBuffer;
Channel _channels[NUM_SFX_CHANNELS];
@@ -188,7 +188,7 @@ protected:
Common::String _musicFile;
- bool _sfxLooping;
+ bool _sfxLooping;
int _sfxVolume;
int _sfxRate;
uint _sfxChannel;