summaryrefslogtreecommitdiff
path: root/source/cl_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_main.c')
-rw-r--r--source/cl_main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cl_main.c b/source/cl_main.c
index bb77e6a..a81b319 100644
--- a/source/cl_main.c
+++ b/source/cl_main.c
@@ -343,6 +343,9 @@ static void CL_CheckForResend( void ) {
cls.connect_time = cls.realtime - CONNECT_DELAY;
cls.passive = qfalse;
+
+ Con_Close();
+ UI_OpenMenu( UIMENU_NONE );
}
// resend if we haven't gotten a reply yet