aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/sound.h
diff options
context:
space:
mode:
authorStrangerke2012-12-27 19:08:10 +0100
committerStrangerke2012-12-27 19:08:10 +0100
commitc07beb64455b3d30300176a99aed7140c0a090e0 (patch)
tree4ccf904b816aad0a1161ccf177f550968a12d765 /engines/hopkins/sound.h
parent7997011d2f93051b4d01efb3ff71f883fe242da9 (diff)
downloadscummvm-rg350-c07beb64455b3d30300176a99aed7140c0a090e0.tar.gz
scummvm-rg350-c07beb64455b3d30300176a99aed7140c0a090e0.tar.bz2
scummvm-rg350-c07beb64455b3d30300176a99aed7140c0a090e0.zip
HOPKINS: Some refactoring in showComputer
Diffstat (limited to 'engines/hopkins/sound.h')
-rw-r--r--engines/hopkins/sound.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/hopkins/sound.h b/engines/hopkins/sound.h
index 2fa4670d48..4a02f915f7 100644
--- a/engines/hopkins/sound.h
+++ b/engines/hopkins/sound.h
@@ -114,11 +114,11 @@ private:
public:
Audio::SoundHandle _modHandle;
int SPECIAL_SOUND;
- int SOUNDVOL;
- int VOICEVOL;
- int MUSICVOL;
+ int _soundVolume;
+ int _voiceVolume;
+ int _musicVolume;
bool _soundOffFl;
- bool _musicOff;
+ bool _musicOffFl;
bool _voiceOffFl;
bool _textOffFl;
bool _soundFl;