From d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Mon, 28 Jan 2008 00:14:17 +0000 Subject: Fixed the spaces before tabs. svn-id: r30667 --- engines/parallaction/sound.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/parallaction/sound.h') 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: -- cgit v1.2.3