From d8f9192a78d2acb6aa4b0b5ff2327221c8de130c Mon Sep 17 00:00:00 2001 From: bitten2up <575-bitten2up@users.noreply.git.do.srb2.org> Date: Sun, 8 Oct 2023 21:45:42 +0000 Subject: [PATCH] wow --- src/hu_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index 8df7b9bbd..d665e5757 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -714,7 +714,7 @@ 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! - // bitten's note: i need to look into this, but wouldn't either 0x08 (backspace) or 0x7F (del) also get this result, there are other control characters within the range 0x00 to 0x80, why just filter \r + // bitten's note: i need to look into this, but you could just use \n to the same effect, why just filter \r ptr = msg; while (*ptr != '\0') { -- GitLab