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

@@ -262,11 +262,13 @@ CON_COMMAND( logaddress_list, "List all addresses currently being used by logadd
CLog::CLog()
{
Reset();
m_nDebugID = EVENT_DEBUG_ID_INIT;
}
CLog::~CLog()
{
m_nDebugID = EVENT_DEBUG_ID_SHUTDOWN;
}
void CLog::Reset( void ) // reset all logging streams
@@ -644,6 +646,11 @@ void CLog::FireGameEvent( IGameEvent *event )
}
}
int CLog::GetEventDebugID( void )
{
return m_nDebugID;
}
struct TempFilename_t
{
bool IsGzip;