aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-13 21:21:30 -0400
committerPaul Gilbert2017-08-13 21:21:30 -0400
commita8e400ef711bf7756ae93dd10d4a2224e3527b3c (patch)
tree6e98b6c7b08ef7a43b95bf24b0f4c75ae4d759ff /engines/titanic/pet_control/pet_sound.h
parentd137aba8954484c73c2be3c03d75a6dab63b9dff (diff)
downloadscummvm-rg350-a8e400ef711bf7756ae93dd10d4a2224e3527b3c.tar.gz
scummvm-rg350-a8e400ef711bf7756ae93dd10d4a2224e3527b3c.tar.bz2
scummvm-rg350-a8e400ef711bf7756ae93dd10d4a2224e3527b3c.zip
TITANIC: Show PET Sound sliders
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;