continue merging NoteDataWithScoring stuff

This commit is contained in:
Glenn Maynard
2005-01-22 02:10:54 +00:00
parent c321bbe196
commit 46ace22b79
4 changed files with 38 additions and 65 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ struct TapNote
/* This data is only used and manipulated by NoteDataWithScoring. It's only in
* here for the sake of efficiency. */
TapNoteResult result;
};
const unsigned MAX_NUM_ATTACKS = 2*2*2; // 3 bits to hold the attack index currently