add source-sdk-2013

This commit is contained in:
nillerusr
2022-03-01 23:00:42 +03:00
parent 88b8830e8b
commit edc8d6c584
3288 changed files with 3731 additions and 1062455 deletions
+4 -3
View File
@@ -1931,10 +1931,10 @@ const char *CServerGameDLL::GetServerBrowserGameData()
//-----------------------------------------------------------------------------
void CServerGameDLL::Status( void (*print) (const char *fmt, ...) )
{
if ( g_pGameRules )
/* if ( g_pGameRules )
{
g_pGameRules->Status( print );
}
}*/
}
//-----------------------------------------------------------------------------
@@ -1975,11 +1975,12 @@ IServerGameDLL::eCanProvideLevelResult CServerGameDLL::CanProvideLevel( /* in/ou
//-----------------------------------------------------------------------------
bool CServerGameDLL::IsManualMapChangeOkay( const char **pszReason )
{
/*
if ( GameRules() )
{
return GameRules()->IsManualMapChangeOkay( pszReason );
}
*/
return true;
}