From: havoc Date: Fri, 15 Oct 2004 23:09:13 +0000 (+0000) Subject: added a newline to chat messages X-Git-Tag: xonotic-v0.1.0preview~5483 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f7e2db94ad01b686d581b8eb965a9455b1be303d;p=xonotic%2Fdarkplaces.git added a newline to chat messages git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4639 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index ca619b7f..dab3c3c1 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -833,6 +833,7 @@ void Host_Say(qboolean teamonly) p2[-1] = 0; p2--; } + strlcat(text, "\n"); // note: save is not a valid edict if fromServer is true save = host_client;