engine: dedicated: add CL_HudMessage to dedicated stubs

This commit is contained in:
Alibek Omarov 2023-01-31 07:14:26 +03:00
parent eaf9a9283a
commit 2e3788f23d
1 changed files with 5 additions and 0 deletions

View File

@ -257,4 +257,9 @@ void CL_Crashed( void )
{
}
void CL_HudMessage( const char *pMessage )
{
}
#endif // XASH_DEDICATED