aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_sound.h')
-rw-r--r--engines/titanic/pet_control/pet_sound.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/titanic/pet_control/pet_sound.h b/engines/titanic/pet_control/pet_sound.h
index fed4f43f92..e4fd21006a 100644
--- a/engines/titanic/pet_control/pet_sound.h
+++ b/engines/titanic/pet_control/pet_sound.h
@@ -35,10 +35,10 @@ class CPetRealLife;
class CPetSound : public CPetGlyph {
private:
CPetGfxElement _element;
- CPetSlider _masterVolume;
- CPetSlider _musicVolume;
- CPetSlider _parrotVolume;
- CPetSlider _speechVolume;
+ CPetSoundSlider _masterVolume;
+ CPetSoundSlider _musicVolume;
+ CPetSoundSlider _parrotVolume;
+ CPetSoundSlider _speechVolume;
CTextControl _textMasterVolume;
CTextControl _textMusicVolume;
CTextControl _textParrotVolume;