aboutsummaryrefslogtreecommitdiff
path: root/engines/griffon/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/griffon/engine.cpp')
-rw-r--r--engines/griffon/engine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/griffon/engine.cpp b/engines/griffon/engine.cpp
index 9aa1c1b78a..2a8c865656 100644
--- a/engines/griffon/engine.cpp
+++ b/engines/griffon/engine.cpp
@@ -170,7 +170,7 @@ void GriffonEngine::updateEngine() {
if (config.effects) {
int snd = playSound(_sfx[kSndPowerUp]);
- setChannelVolume(snd, config.effectsvol);
+ setChannelVolume(snd, config.effectsVol);
}
}
@@ -232,7 +232,7 @@ void GriffonEngine::updateEngine() {
_player.hpflashb = 0;
if (config.effects && _player.hpflashb == 0 && _player.hp < _player.maxHp / 4) {
int snd = playSound(_sfx[kSndBeep]);
- setChannelVolume(snd, config.effectsvol);
+ setChannelVolume(snd, config.effectsVol);
}
}