engine: dedicated: add CL_HudMessage to dedicated stubs
This commit is contained in:
parent
eaf9a9283a
commit
2e3788f23d
1 changed files with 5 additions and 0 deletions
|
@ -257,4 +257,9 @@ void CL_Crashed( void )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void CL_HudMessage( const char *pMessage )
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#endif // XASH_DEDICATED
|
#endif // XASH_DEDICATED
|
||||||
|
|
Loading…
Add table
Reference in a new issue