mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-17 01:21:18 +00:00
forgot to add a comment explaining it
This commit is contained in:
parent
6ff2a2de7e
commit
2de0c6a2ea
1 changed files with 2 additions and 0 deletions
|
@ -711,6 +711,8 @@ static void Got_Saycmd(UINT8 **p, INT32 playernum)
|
||||||
// Clean up message a bit
|
// Clean up message a bit
|
||||||
// If you use a \r character, you can remove your name
|
// If you use a \r character, you can remove your name
|
||||||
// from before the text and then pretend to be someone else!
|
// 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;
|
ptr = msg;
|
||||||
while (*ptr != '\0')
|
while (*ptr != '\0')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue