From b766b6c7b9237fed6427ffb89cf9aec9e9d3b577 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 25 Oct 2002 04:36:13 +0000 Subject: [PATCH] add TAP_EMPTY to make it easier to search for and replace than '0' --- stepmania/src/NoteData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NoteData.h b/stepmania/src/NoteData.h index cd34edfa6b..a5737935cf 100644 --- a/stepmania/src/NoteData.h +++ b/stepmania/src/NoteData.h @@ -22,7 +22,6 @@ // '3' = hold note end ('1' can also end a HoldNote) ('3' without a matching '2' is ignored // ... for future expansion - class NoteData { public: @@ -125,3 +124,4 @@ public: void ConvertHoldNotesTo4s(); }; +static const TapNote TAP_EMPTY = '0';