mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-18 14:31:58 +00:00
add source-sdk-2013
This commit is contained in:
@@ -80,8 +80,7 @@ public:
|
||||
bool IsStopWatchTimer( void ) { return m_bStopWatchTimer; }
|
||||
float GetStopWatchTotalTime( void ) { return m_flTotalTime; }
|
||||
bool IsRoundMaxTimerSet( void ) { return m_nTimerMaxLength > 0; }
|
||||
int GetTimerInitialLength( void ) { return m_nTimerInitialLength; }
|
||||
int GetSetupTimeLength( void ){ return m_nSetupTimeLength; }
|
||||
|
||||
|
||||
private:
|
||||
void CalculateOutputMessages( void );
|
||||
@@ -159,7 +158,6 @@ private:
|
||||
COutputEvent m_OnSetupFinished;
|
||||
|
||||
float m_flNextOvertimeNag;
|
||||
float m_flLastTime;
|
||||
|
||||
DECLARE_DATADESC();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user