This commit is contained in:
bitten2up 2023-10-08 20:34:43 -05:00
parent 9925e96365
commit 6ff2a2de7e
No known key found for this signature in database
GPG key ID: 90328EC503D17085

View file

@ -714,7 +714,7 @@ static void Got_Saycmd(UINT8 **p, INT32 playernum)
ptr = msg; ptr = msg;
while (*ptr != '\0') while (*ptr != '\0')
{ {
if (*ptr == '\r') if (*ptr == '\r' || *ptr == '\n')
*ptr = ' '; *ptr = ' ';
ptr++; ptr++;