]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
Fix bug with cl_parse.c putting extra \2 in the Con_Printf() line
[xonotic/darkplaces.git] / cl_parse.c
index 53bc140c5dea4efaf08a163c8b52721db4479f69..a97ca0f62ce2da756cb3e9ae8b2e1ecda4fe552b 100644 (file)
@@ -1744,7 +1744,7 @@ static void CL_ParseServerInfo (void)
                cl.movevars_airaccel_sideways_friction = 0;
 
                // seperate the printfs so the server message can have a color
-               Con_Printf("\n\n<===================================>\n\n\2%s\n", str);
+               Con_Printf("\n\n<===================================>\n\n%s\n", str);
 
                // check memory integrity
                Mem_CheckSentinelsGlobal();
@@ -1800,7 +1800,7 @@ static void CL_ParseServerInfo (void)
 
        // seperate the printfs so the server message can have a color
                if (cls.protocol != PROTOCOL_NEHAHRAMOVIE) // no messages when playing the Nehahra movie
-                       Con_Printf("\n<===================================>\n\n\2%s\n", str);
+                       Con_Printf("\n<===================================>\n\n%s\n", str);
 
                // check memory integrity
                Mem_CheckSentinelsGlobal();