mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
WIP: port alien swarm and extend engine for asw
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user