[Scummvm-cvs-logs] SF.net SVN: scummvm: [27174] scummvm/trunk/gui/launcher.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jun 7 19:36:48 CEST 2007


Revision: 27174
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27174&view=rev
Author:   fingolfin
Date:     2007-06-07 10:36:47 -0700 (Thu, 07 Jun 2007)

Log Message:
-----------
Added a FIXME/TODO regarding the volume override control in the 'Edit Game' options dialog

Modified Paths:
--------------
    scummvm/trunk/gui/launcher.cpp

Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp	2007-06-07 15:49:12 UTC (rev 27173)
+++ scummvm/trunk/gui/launcher.cpp	2007-06-07 17:36:47 UTC (rev 27174)
@@ -225,6 +225,9 @@
 
 		_globalVolumeOverride = new CheckboxWidget(tab, "gameoptions_volumeCheckbox", "Override global volume settings", kCmdGlobalVolumeOverride, 0);
 	} else {
+		// FIXME/TODO: It's unfortunate that you get a more fine grained control over which settings
+		// are overriden and which are not when using the *smaller* resolution than with the bigger!
+		// I guess we should simply offer the "volume override" checkbox in the big resolution, too.
 		_globalVolumeOverride = NULL;
 	}
 


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