mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-27 07:05:38 +03:00
Fix linux build
This commit is contained in:
parent
5117374a27
commit
f24cccfe73
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user