mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-26 06:11:01 +00:00
\n
This commit is contained in:
parent
9925e96365
commit
6ff2a2de7e
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
|
Loading…
Reference in a new issue