WIP: port alien swarm and extend engine for asw

This commit is contained in:
nillerusr
2023-10-03 20:02:58 +03:00
parent 7d3c0d8b5a
commit 8322130890
617 changed files with 161164 additions and 220 deletions

View File

@@ -66,10 +66,13 @@ CBaseClient::CBaseClient()
m_bReportFakeClient = true;
m_iTracing = 0;
m_bPlayerNameLocked = false;
m_nDebugID = EVENT_DEBUG_ID_INIT;
}
CBaseClient::~CBaseClient()
{
m_nDebugID = EVENT_DEBUG_ID_SHUTDOWN;
}
@@ -670,6 +673,11 @@ void CBaseClient::FireGameEvent( IGameEvent *event )
}
}
int CBaseClient::GetEventDebugID( void )
{
return m_nDebugID;
}
bool CBaseClient::SendServerInfo( void )
{
COM_TimestampedLog( " CBaseClient::SendServerInfo" );