From: havoc Date: Sat, 3 Apr 2004 01:34:56 +0000 (+0000) Subject: fixed missing newline after map name in join message X-Git-Tag: xonotic-v0.1.0preview~5941 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0d314b60e27676e603dae93d056b9659e6bd63c1;p=xonotic%2Fdarkplaces.git fixed missing newline after map name in join message git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4079 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_parse.c b/cl_parse.c index b8c47759..1db4e0a6 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -360,7 +360,7 @@ void CL_ParseServerInfo (void) // seperate the printfs so the server message can have a color if (cl.protocol != PROTOCOL_NEHAHRAMOVIE) // no messages when playing the Nehahra movie - Con_Printf("\n\n\35\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\37\n\n\2%s", str); + Con_Printf("\n\n\35\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\37\n\n\2%s\n", str); // check memory integrity Mem_CheckSentinelsGlobal();