This commit is contained in:
Glenn Maynard
2005-02-07 03:20:52 +00:00
parent 406afe4a03
commit d67eb7f243
+3 -7
View File
@@ -964,15 +964,11 @@ void Player::Step( int col, const RageTimer &tm )
if( m_pLifeMeter && m_pLifeMeter->GetLife() == 1.0f) // full life
m_iDCState = AS2D_FEVER; // super celebrate time :)
}
if( m_pNoteField )
m_pNoteField->Step( col, score );
}
else
{
if( m_pNoteField )
m_pNoteField->Step( col, TNS_NONE );
}
if( m_pNoteField )
m_pNoteField->Step( col, score );
/* Search for keyed sounds separately. If we can't find a nearby note, search
* backwards indefinitely, and ignore grading. */
iIndexOverlappingNote = GetClosestNote( col, BeatToNoteRow(fSongBeat),