From f24cccfe73e0e13bdffd6377fadb98cf2944852a Mon Sep 17 00:00:00 2001 From: s1lentq Date: Mon, 8 Apr 2024 16:47:02 +0700 Subject: [PATCH] Fix linux build --- regamedll/dlls/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regamedll/dlls/client.cpp b/regamedll/dlls/client.cpp index 6b8fdf02..1ac3dd56 100644 --- a/regamedll/dlls/client.cpp +++ b/regamedll/dlls/client.cpp @@ -829,7 +829,7 @@ void Host_Say(edict_t *pEntity, BOOL teamonly) return; const char *placeName = nullptr; - char *pszFormat = nullptr; + const char *pszFormat = nullptr; char *pszConsoleFormat = nullptr; bool consoleUsesPlaceName = false;