]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
Nevermind, we can't remove that STX char... just add \{3} for our purposes
[xonotic/darkplaces.git] / cl_parse.c
index a97ca0f62ce2da756cb3e9ae8b2e1ecda4fe552b..53bc140c5dea4efaf08a163c8b52721db4479f69 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%s\n", str);
+               Con_Printf("\n\n<===================================>\n\n\2%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%s\n", str);
+                       Con_Printf("\n<===================================>\n\n\2%s\n", str);
 
                // check memory integrity
                Mem_CheckSentinelsGlobal();