forgot to add a comment explaining it

This commit is contained in:
bitten2up 2023-10-08 20:38:56 -05:00
parent 6ff2a2de7e
commit 2de0c6a2ea
No known key found for this signature in database
GPG key ID: 90328EC503D17085

View file

@ -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')
{