]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added a newline to chat messages
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 15 Oct 2004 23:09:13 +0000 (23:09 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 15 Oct 2004 23:09:13 +0000 (23:09 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4639 d7cf8633-e32d-0410-b094-e92efae38249

host_cmd.c

index ca619b7fe294862f8b3e2f014f296e0800570d40..dab3c3c16ca31279992b76012bd95c99c7093648 100644 (file)
@@ -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;