]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed color control menu correction value to 0.5 (medium grey on linear color monitors)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 29 May 2006 05:54:07 +0000 (05:54 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 29 May 2006 05:54:07 +0000 (05:54 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6405 d7cf8633-e32d-0410-b094-e92efae38249

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)
 {