X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=cl_parse.c;h=81e08aaefe86bc5bc53e9c0678ccbeb9ac58f384;hp=72b1cbf81d3ff64345164a271cd5cb3565628bb9;hb=f5afebcef735508a40a20fb2a5a1b81e2ac8af8f;hpb=b24bdbbbbfe16b3f2d7e5823386bf1c68578524e diff --git a/cl_parse.c b/cl_parse.c index 72b1cbf8..81e08aae 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -1668,7 +1668,7 @@ 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\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); + Con_Printf("\n\n<===================================>\n\n\2%s\n", str); // check memory integrity Mem_CheckSentinelsGlobal(); @@ -1713,7 +1713,7 @@ 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\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); + Con_Printf("\n<===================================>\n\n\2%s\n", str); // check memory integrity Mem_CheckSentinelsGlobal();