mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
Add FIXME comment in AgiEngine::syncSoundSettings.
svn-id: r39321
This commit is contained in:
parent
e7d806188f
commit
e2d33d81ab
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user