Skip to content

Commit

Permalink
Fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Apr 8, 2024
1 parent 5117374 commit f24cccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regamedll/dlls/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f24cccf

Please sign in to comment.