From: havoc Date: Fri, 20 Feb 2004 02:50:18 +0000 (+0000) Subject: remove the exec default.cfg call from the reset to defaults, I have no idea why it... X-Git-Tag: xonotic-v0.1.0preview~6086 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7e1b0dc62d5de63c0de26e17093ecd897a973c20;p=xonotic%2Fdarkplaces.git remove the exec default.cfg call from the reset to defaults, I have no idea why it was there git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3909 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.c b/menu.c index 2ce79c53..456d3aa9 100644 --- a/menu.c +++ b/menu.c @@ -1740,7 +1740,6 @@ void M_Options_ColorControl_Key (int k, char ascii) Cvar_SetValueQuick(&v_color_white_r, 1); Cvar_SetValueQuick(&v_color_white_g, 1); Cvar_SetValueQuick(&v_color_white_b, 1); - Cbuf_AddText ("exec default.cfg\n"); break; default: M_Menu_Options_ColorControl_AdjustSliders (1);