aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/sound.h')
-rw-r--r--engines/hdb/sound.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h
index d49b522487..8cf687d3d6 100644
--- a/engines/hdb/sound.h
+++ b/engines/hdb/sound.h
@@ -1494,10 +1494,10 @@ public:
int getSFXVolume() {
return _sfxVolume;
}
- void setVoiceStatus(int value) {
+ void setVoiceStatus(bool value) {
_voicesOn = value;
}
- int getVoiceStatus() {
+ bool getVoiceStatus() {
return _voicesOn;
}
void clearPersistent() {
@@ -1547,7 +1547,7 @@ public:
Voice _voices[MAX_VOICES];
- int _voicesOn;
+ bool _voicesOn;
byte _voicePlayed[NUM_VOICES];
// Music System Variables