Mini-rewrite of input mapping, theme support, and added KSF reader.
This commit is contained in:
@@ -135,8 +135,8 @@ float NoteDataWithScoring::GetActualChaosRadarValue( float fSongSeconds )
|
||||
int iNumChaosNotesCompleted = 0;
|
||||
for( int r=0; r<MAX_TAP_NOTE_ROWS; r++ )
|
||||
{
|
||||
if( IsRowComplete(r) && GetNoteType(r) >= NOTE_12TH )
|
||||
iNumChaosNotesCompleted++;
|
||||
if( !IsRowEmpty(r) && IsRowComplete(r) && GetNoteType(r) >= NOTE_12TH )
|
||||
iNumChaosNotesCompleted++;
|
||||
}
|
||||
|
||||
float fReturn = iNumChaosNotesCompleted / fSongSeconds * 0.5f;
|
||||
|
||||
Reference in New Issue
Block a user