Comments.
This commit is contained in:
@@ -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 );
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user