From 4ecce505db20108038e026af6f97227d97ed104e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 7 Jun 2007 17:36:47 +0000 Subject: Added a FIXME/TODO regarding the volume override control in the 'Edit Game' options dialog svn-id: r27174 --- gui/launcher.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui') diff --git a/gui/launcher.cpp b/gui/launcher.cpp index eba5498318..56a34e9059 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -225,6 +225,9 @@ EditGameDialog::EditGameDialog(const String &domain, const String &desc) _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; } -- cgit v1.2.3