add TAP_EMPTY to make it easier to search for and replace than '0'
This commit is contained in:
@@ -22,7 +22,6 @@
|
|||||||
// '3' = hold note end ('1' can also end a HoldNote) ('3' without a matching '2' is ignored
|
// '3' = hold note end ('1' can also end a HoldNote) ('3' without a matching '2' is ignored
|
||||||
// ... for future expansion
|
// ... for future expansion
|
||||||
|
|
||||||
|
|
||||||
class NoteData
|
class NoteData
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -125,3 +124,4 @@ public:
|
|||||||
void ConvertHoldNotesTo4s();
|
void ConvertHoldNotesTo4s();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static const TapNote TAP_EMPTY = '0';
|
||||||
|
|||||||
Reference in New Issue
Block a user