Comments.

This commit is contained in:
Steve Checkoway
2006-08-14 07:58:03 +00:00
parent 80f399d20c
commit a839f8cfa6
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ namespace NoteDataUtil
void Twister( NoteData &inout, int iStartIndex = 0, int iEndIndex = MAX_NOTE_ROW );
void ConvertTapsToHolds( NoteData &inout, int iSimultaneousHolds, int iStartIndex = 0, int iEndIndex = MAX_NOTE_ROW );
// change all TAP_ADDITIONs to TAP_TAPs
// Change all TAP_ADDITION_TAPs to TAP_ORIGINAL_TAPs.
void ConvertAdditionsToRegular( NoteData &inout );
void Backwards( NoteData &inout );
+3 -3
View File
@@ -66,9 +66,9 @@ struct TapNote
enum Type
{
empty, // no note here
tap,
hold_head, // graded like a TAP_TAP if
hold_tail, /* In 2sand3s mode, holds are deleted and TAP_HOLD_END is added: */
tap, // step on this
hold_head, // graded like a tap
hold_tail, // in 2sand3s mode, holds are deleted and hold_tail is added
mine, // don't step!
attack,
autoKeysound,