From 7e1b0dc62d5de63c0de26e17093ecd897a973c20 Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 20 Feb 2004 02:50:18 +0000 Subject: [PATCH] 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 --- menu.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2