From 0d314b60e27676e603dae93d056b9659e6bd63c1 Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 3 Apr 2004 01:34:56 +0000 Subject: [PATCH] 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 --- cl_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2