From bbf534440e770abef6304927ee90854b3cf3d2e2 Mon Sep 17 00:00:00 2001 From: molivier Date: Fri, 7 Nov 2003 08:13:43 +0000 Subject: [PATCH] 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 --- menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2