This commit is contained in:
Glenn Maynard
2005-01-23 23:20:15 +00:00
parent 52731adc29
commit c670a3b62d
+1 -1
View File
@@ -695,7 +695,7 @@ void Player::Step( int col, RageTimer tm )
if( iIndexOverlappingNote != -1 ) if( iIndexOverlappingNote != -1 )
{ {
// compute the score for this hit // compute the score for this hit
const float fStepBeat = NoteRowToBeat( (float)iIndexOverlappingNote ); const float fStepBeat = NoteRowToBeat( iIndexOverlappingNote );
const float fStepSeconds = GAMESTATE->m_pCurSong->GetElapsedTimeFromBeat(fStepBeat); const float fStepSeconds = GAMESTATE->m_pCurSong->GetElapsedTimeFromBeat(fStepBeat);
/* We actually stepped on the note this long ago: */ /* We actually stepped on the note this long ago: */