From 1fa29116f33215757fdda0008162f8d96745e38b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 29 Jan 2004 20:58:11 +0000 Subject: [PATCH] think MUSIC_SECONDS_INVALID isn't needed now --- stepmania/src/GameState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 1a7202bd14..41a9d64439 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -341,7 +341,7 @@ const float GameState::MUSIC_SECONDS_INVALID = -5000.0f; void GameState::ResetMusicStatistics() { - m_fMusicSeconds = MUSIC_SECONDS_INVALID; + m_fMusicSeconds = 0; // MUSIC_SECONDS_INVALID; m_fSongBeat = 0; m_fCurBPS = 10; m_bFreeze = false;