Skip to content
Snippets Groups Projects
Commit db606d01 authored by Lugent's avatar Lugent
Browse files

Fix bruh moment

parent 201d0fd0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment