Hardcode the meme arrows
This commit is contained in:
parent
4577eaa275
commit
92217ce901
1 changed files with 10 additions and 0 deletions
|
|
@ -844,6 +844,16 @@ static void Got_Saycmd(UINT8 **p, INT32 playernum)
|
|||
cstart = color_prefix;
|
||||
}
|
||||
prefix = cstart;
|
||||
|
||||
if (strnicmp(msg, ">", 1) == 0) // >imagine not having this hardcoded already
|
||||
{
|
||||
textcolor = "\x83";
|
||||
}
|
||||
|
||||
if (strnicmp(msg, "\\", 1) == 0) // I love yen texting :)
|
||||
{
|
||||
textcolor = "\x88";
|
||||
}
|
||||
|
||||
// Give admins and remote admins their symbols.
|
||||
if (playernum == serverplayer)
|
||||
|
|
|
|||
Loading…
Reference in a new issue