UpdateSongPosition can take an explicit timestamp

This commit is contained in:
Glenn Maynard
2004-01-18 04:43:56 +00:00
parent 62227ce90d
commit 8529f14c35
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ public:
static const float MUSIC_SECONDS_INVALID;
void ResetMusicStatistics(); // Call this when it's time to play a new song. Clears the values above.
void UpdateSongPosition( float fPositionSeconds, const TimingData &timing );
void UpdateSongPosition( float fPositionSeconds, const TimingData &timing, const RageTimer &timestamp = RageZeroTimer );
float GetSongPercent( float beat ) const;
enum HealthState { HOT, ALIVE, DANGER, DEAD };