diff --git a/Quake/cl_parse.c b/Quake/cl_parse.c index bfd95cd8..3f0e9086 100644 --- a/Quake/cl_parse.c +++ b/Quake/cl_parse.c @@ -346,6 +346,9 @@ void CL_ParseServerInfo (void) // now we try to load everything else until a cache allocation fails // + // copy the naked name of the map file to the cl structure -- O.S + COM_StripExtension (COM_SkipPath(model_precache[1]), cl.mapname); + for (i=1 ; i: start a new server\n"); + } + return; + } + if (cmd_source != src_command) return;