Add FIXME comment in AgiEngine::syncSoundSettings.

svn-id: r39321
This commit is contained in:
Johannes Schickel 2009-03-10 22:36:06 +00:00
parent e7d806188f
commit e2d33d81ab

View File

@ -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");