]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fixed missing newline after map name in join message
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 3 Apr 2004 01:34:56 +0000 (01:34 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 3 Apr 2004 01:34:56 +0000 (01:34 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4079 d7cf8633-e32d-0410-b094-e92efae38249

cl_parse.c

index b8c47759f79832ff144921dced4fcc4278c66d01..1db4e0a6b4d35c718064946eecb1aef539432c7d 100644 (file)
@@ -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();