engine: common: fix dedicated build by defining SV_GetMaxClients before CL_GetMaxClients stub (that redirects to it)

Also remove CL_Shutdown from dedicated stub lists.
This commit is contained in:
Alibek Omarov
2025-01-14 13:09:18 +03:00
parent 49426721d8
commit a75666a3cd
2 changed files with 2 additions and 6 deletions

View File

@@ -113,11 +113,6 @@ void CL_Disconnect( void )
}
void CL_Shutdown( void )
{
}
void R_ClearStaticEntities( void )
{