add several cached note data values
This commit is contained in:
@@ -277,6 +277,11 @@ float NoteDataUtil::GetRadarValue( const NoteData &in, RadarCategory rv, float f
|
||||
case RADAR_AIR: return GetAirRadarValue( in, fSongSeconds );
|
||||
case RADAR_FREEZE: return GetFreezeRadarValue( in, fSongSeconds );
|
||||
case RADAR_CHAOS: return GetChaosRadarValue( in, fSongSeconds );
|
||||
case RADAR_NUM_TAPS_AND_HOLDS: return (float) in.GetNumRowsWithTapOrHoldHead();
|
||||
case RADAR_NUM_JUMPS: return (float) in.GetNumDoubles(); // should hands also count as a jump?
|
||||
case RADAR_NUM_HOLDS: return (float) in.GetNumHoldNotes();
|
||||
case RADAR_NUM_MINES: return (float) in.GetNumMines();
|
||||
case RADAR_NUM_HANDS: return (float) in.GetNumTriples();
|
||||
default: ASSERT(0); return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user