From fef5ffefbcd0ecc4e5840e2f9d30139ecc131fa2 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 29 May 2006 05:54:07 +0000 Subject: [PATCH] changed color control menu correction value to 0.5 (medium grey on linear color monitors) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6405 d7cf8633-e32d-0410-b094-e92efae38249 --- menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.c b/menu.c index f7eb4d39..630d0c34 100644 --- 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) { -- 2.39.2