[Scummvm-cvs-logs] SF.net SVN: scummvm:[39321] scummvm/trunk/engines/agi/agi.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Mar 10 23:36:09 CET 2009


Revision: 39321
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39321&view=rev
Author:   lordhoto
Date:     2009-03-10 22:36:06 +0000 (Tue, 10 Mar 2009)

Log Message:
-----------
Add FIXME comment in AgiEngine::syncSoundSettings.

Modified Paths:
--------------
    scummvm/trunk/engines/agi/agi.cpp

Modified: scummvm/trunk/engines/agi/agi.cpp
===================================================================
--- scummvm/trunk/engines/agi/agi.cpp	2009-03-10 22:30:38 UTC (rev 39320)
+++ scummvm/trunk/engines/agi/agi.cpp	2009-03-10 22:36:06 UTC (rev 39321)
@@ -811,6 +811,8 @@
 }
 
 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");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list