]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.c
Attempt to fix speaker layout for 5.1 and 7.1 sound, on Windows and Mac OS X; the...
[xonotic/darkplaces.git] / menu.c
diff --git a/menu.c b/menu.c
index f7eb4d393b989fb3492b1c890eb190fb7d0ff665..630d0c34970b01f12da7306dacf87c4de40a5c57 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -2089,7 +2089,7 @@ static void M_Options_Graphics_Key (int k, char ascii)
 static int             options_colorcontrol_cursor;
 
 // intensity value to match up to 50% dither to 'correct' quake
-static cvar_t menu_options_colorcontrol_correctionvalue = {0, "menu_options_colorcontrol_correctionvalue", "0.25", "intensity value that matches up to white/black dither pattern, due to Quake's grey level being quite dark this is 0.25, other games may use other values"};
+static cvar_t menu_options_colorcontrol_correctionvalue = {0, "menu_options_colorcontrol_correctionvalue", "0.5", "intensity value that matches up to white/black dither pattern, should be 0.5 for linear color"};
 
 void M_Menu_Options_ColorControl_f (void)
 {