mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-05 09:21:15 +00:00
Fix bruh moment
This commit is contained in:
parent
201d0fd023
commit
db606d0111
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ static void Command_CSay_f(void)
|
|||
UINT8 spam_tokens[MAXPLAYERS] = { 1 }; // fill the buffer with 1 so the motd can be sent.
|
||||
tic_t spam_tics[MAXPLAYERS];
|
||||
|
||||
static char *GetChatColorFromSkinColor(INT32 skincolor)
|
||||
static const char *GetChatColorFromSkinColor(INT32 skincolor)
|
||||
{
|
||||
const char *textcolor = NULL;
|
||||
UINT16 chatcolor = skincolors[skincolor].chatcolor;
|
||||
|
|
Loading…
Reference in a new issue