aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/shared/teamplay_round_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/shared/teamplay_round_timer.h')
-rw-r--r--mp/src/game/shared/teamplay_round_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/game/shared/teamplay_round_timer.h b/mp/src/game/shared/teamplay_round_timer.h
index fd2e7613..df94a271 100644
--- a/mp/src/game/shared/teamplay_round_timer.h
+++ b/mp/src/game/shared/teamplay_round_timer.h
@@ -80,7 +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; }
private:
void CalculateOutputMessages( void );