aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/sound.h
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-01-28 00:14:17 +0000
committerJordi Vilalta Prat2008-01-28 00:14:17 +0000
commitd6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd (patch)
treee6e98f266610f6428c248aed6abc75e637e45231 /engines/parallaction/sound.h
parent66e9d4f5e8f35b28f8abd9ce53a0da4da3ce8985 (diff)
downloadscummvm-rg350-d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd.tar.gz
scummvm-rg350-d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd.tar.bz2
scummvm-rg350-d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd.zip
Fixed the spaces before tabs.
svn-id: r30667
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 9d6ea01485..8842558ae9 100644
--- a/engines/parallaction/sound.h
+++ b/engines/parallaction/sound.h
@@ -46,8 +46,8 @@ class MidiPlayer;
class SoundMan {
protected:
- Parallaction *_vm;
- Audio::Mixer *_mixer;
+ Parallaction *_vm;
+ Audio::Mixer *_mixer;
char _musicFile[PATH_LEN];
public:
@@ -67,7 +67,7 @@ public:
class DosSoundMan : public SoundMan {
- MidiPlayer *_midiPlayer;
+ MidiPlayer *_midiPlayer;
int _musicData1;
public: