Spacing cleanup.
This commit is contained in:
@@ -63,7 +63,8 @@ struct HoldNoteResult
|
|||||||
|
|
||||||
struct TapNote
|
struct TapNote
|
||||||
{
|
{
|
||||||
enum Type {
|
enum Type
|
||||||
|
{
|
||||||
empty, // no note here
|
empty, // no note here
|
||||||
tap,
|
tap,
|
||||||
hold_head, // graded like a TAP_TAP if
|
hold_head, // graded like a TAP_TAP if
|
||||||
@@ -78,7 +79,8 @@ struct TapNote
|
|||||||
hold_head_roll,
|
hold_head_roll,
|
||||||
SubType_invalid
|
SubType_invalid
|
||||||
} subType; // only used if type == hold_head
|
} subType; // only used if type == hold_head
|
||||||
enum Source {
|
enum Source
|
||||||
|
{
|
||||||
original, // part of the original NoteData
|
original, // part of the original NoteData
|
||||||
addition, // additional note added by a transform
|
addition, // additional note added by a transform
|
||||||
removed, // Removed taps, e.g. in Little - play keysounds here as if
|
removed, // Removed taps, e.g. in Little - play keysounds here as if
|
||||||
|
|||||||
Reference in New Issue
Block a user