add TAP_EMPTY to make it easier to search for and replace than '0'

This commit is contained in:
Glenn Maynard
2002-10-25 04:36:13 +00:00
parent da62e18b4a
commit b766b6c7b9
+1 -1
View File
@@ -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';