TIMER_SECONDS: int -> float

This commit is contained in:
Chris Danford
2005-03-26 03:30:08 +00:00
parent 5e7ea768ff
commit 1833d67aa9
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ public:
virtual void Update( float fDeltaTime );
void SetSeconds( int iTimerSeconds );
void SetSeconds( float fSeconds );
void Start(); // resume countdown from paused
void Pause(); // don't count down
void Stop(); // set to "00" and pause