From 6ff2a2de7e4b2d3a6ec2484997cd96e5311ff253 Mon Sep 17 00:00:00 2001
From: bitten2up <bitten2up@courvix.com>
Date: Sun, 8 Oct 2023 20:34:43 -0500
Subject: [PATCH] \n

---
 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 eb2915d801..34afc1b169 100644
--- a/src/hu_stuff.c
+++ b/src/hu_stuff.c
@@ -714,7 +714,7 @@ static void Got_Saycmd(UINT8 **p, INT32 playernum)
 	ptr = msg;
 	while (*ptr != '\0')
 	{
-		if (*ptr == '\r')
+		if (*ptr == '\r' || *ptr == '\n')
 			*ptr = ' ';
 
 		ptr++;
-- 
GitLab