From 701f9ee5f1629a99eabe1e155166177e37746c06 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 9 Nov 2006 07:07:24 +0000 Subject: [PATCH] comment --- stepmania/src/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 45d1813f08..2927a1fe82 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -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 );