mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
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:
@@ -113,11 +113,6 @@ void CL_Disconnect( void )
|
||||
|
||||
}
|
||||
|
||||
void CL_Shutdown( void )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void R_ClearStaticEntities( void )
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user