aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/sound.h')
-rw-r--r--engines/sludge/sound.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/engines/sludge/sound.h b/engines/sludge/sound.h
index cdd76b33cc..1e1a2a47e4 100644
--- a/engines/sludge/sound.h
+++ b/engines/sludge/sound.h
@@ -83,9 +83,9 @@ private:
struct SoundThing {
Audio::SoundHandle handle;
- int fileLoaded, vol; //Used for sounds only. (sound saving/loading)
- bool looping; //Used for sounds only. (sound saving/loading)
- bool inSoundList;
+ int fileLoaded, vol; //Used for wav/ogg sounds only. (sound saving/loading)
+ bool looping; //Used for wav/ogg sounds only. (sound saving/loading)
+ bool inSoundList; //Used for wav/ogg sounds only
};
typedef Common::List<SoundList *> SoundListHandles;
@@ -97,9 +97,7 @@ private:
bool _isHandlingSoundList;
SoundThing *_soundCache;
- #if 0
SoundThing *_modCache;
- #endif
int _defVol;
int _defSoundVol;