From 2de0c6a2ead86761fd17eeba735fdab402319f1e Mon Sep 17 00:00:00 2001 From: bitten2up Date: Sun, 8 Oct 2023 20:38:56 -0500 Subject: [PATCH] forgot to add a comment explaining it --- src/hu_stuff.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index 34afc1b16..d09d2a95a 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -711,6 +711,8 @@ static void Got_Saycmd(UINT8 **p, INT32 playernum) // Clean up message a bit // If you use a \r character, you can remove your name // from before the text and then pretend to be someone else! + // If you use a \n character, you can create a new line in + // the log and then pretend to be someone else as well! ptr = msg; while (*ptr != '\0') {