diff options
Diffstat (limited to 'src/client/cl_main.c')
-rw-r--r-- | src/client/cl_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/cl_main.c b/src/client/cl_main.c index f326632d..28e5021f 100644 --- a/src/client/cl_main.c +++ b/src/client/cl_main.c @@ -730,8 +730,6 @@ void CL_MapLoading( void ) { clc.lastPacketSentTime = -9999; SCR_UpdateScreen(); } else { - // clear nextmap so the cinematic shutdown doesn't execute it - Cvar_Set( "nextmap", "" ); CL_Disconnect( qtrue ); Q_strncpyz( cls.servername, "localhost", sizeof(cls.servername) ); cls.state = CA_CHALLENGING; // so the connect screen is drawn |