From: molivier Date: Fri, 7 Nov 2003 08:13:43 +0000 (+0000) Subject: When exiting the color control menu, return to the options menu instead of the main... X-Git-Tag: xonotic-v0.1.0preview~6279 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bbf534440e770abef6304927ee90854b3cf3d2e2;p=xonotic%2Fdarkplaces.git When exiting the color control menu, return to the options menu instead of the main menu git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3630 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.c b/menu.c index 114a49cc..05cbd0f5 100644 --- a/menu.c +++ b/menu.c @@ -1710,7 +1710,7 @@ void M_Options_ColorControl_Key (int k, char ascii) switch (k) { case K_ESCAPE: - M_Menu_Main_f (); + M_Menu_Options_f (); break; case K_ENTER: