X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=menu.c;h=630d0c34970b01f12da7306dacf87c4de40a5c57;hb=5a62228b228e2a329d2ba7fef9dacd12de4d9033;hp=f7eb4d393b989fb3492b1c890eb190fb7d0ff665;hpb=da6e1a8dc84f54e3e0a02be85f36b751f1d597a3;p=xonotic%2Fdarkplaces.git 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) {