start merging NoteDataWithScoring and NoteField per-hold and per-tap

data into TapNote and HoldNote.  This reduces lookup costs significantly.
It's a bit simpler, though I'm not entirely happy with the resulting encapsulation ...
This commit is contained in:
Glenn Maynard
2005-01-22 01:37:32 +00:00
parent 5407f0998e
commit c321bbe196
8 changed files with 91 additions and 137 deletions
+5
View File
@@ -76,6 +76,11 @@ bool IsNoteOfType( int row, NoteType t )
return GetNoteType(row) == t;
}
float HoldNoteResult::GetLastHeldBeat() const
{
return NoteRowToBeat(iLastHeldRow);
}
/*
* (c) 2001-2004 Chris Danford, Glenn Maynard
* All rights reserved.