aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/agi.cpp')
-rw-r--r--engines/agi/agi.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agi/agi.cpp b/engines/agi/agi.cpp
index 24ed710f53..eeb64e14c0 100644
--- a/engines/agi/agi.cpp
+++ b/engines/agi/agi.cpp
@@ -811,6 +811,8 @@ Common::Error AgiEngine::go() {
}
void AgiEngine::syncSoundSettings() {
+ // FIXME/TODO: Please explain why we are using "music_volume" for all
+ // three different entries here.
int soundVolumeMusic = ConfMan.getInt("music_volume");
int soundVolumeSFX = ConfMan.getInt("music_volume");
int soundVolumeSpeech = ConfMan.getInt("music_volume");