From db606d0111f627c8638b44c00e000a70cb1510cb Mon Sep 17 00:00:00 2001
From: Lugent <35547583+Lugent@users.noreply.github.com>
Date: Sun, 12 Jan 2025 11:42:11 -0400
Subject: [PATCH] Fix bruh moment

---
 src/hu_stuff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hu_stuff.c b/src/hu_stuff.c
index 319157d14a..33d74f6148 100644
--- a/src/hu_stuff.c
+++ b/src/hu_stuff.c
@@ -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;
-- 
GitLab