This commit is contained in:
Glenn Maynard
2006-11-09 07:07:24 +00:00
parent c4ffc4f9c4
commit 701f9ee5f1
+1 -1
View File
@@ -1789,7 +1789,7 @@ void Player::HandleTapRowScore( unsigned row )
* the beat we're registering is in the past, but the life is changing now.
*
* We need to include time from previous songs in a course, so we can't use
* GAMESTATE->m_fMusicSeconds. Use fGameplaySeconds instead.
* GAMESTATE->m_fMusicSeconds. Use fStepsSeconds instead.
*/
if( m_pPlayerStageStats )
m_pPlayerStageStats->UpdateComboList( STATSMAN->m_CurStageStats.fStepsSeconds, false );