From 622cd05115af72f08fd2e27e18fd237c1180410f Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 15 Mar 2009 04:49:38 +0000 Subject: [PATCH] Consistent ordering with NoteDisplay.cpp. Easier to change one instance than x - 1. Fixes hold heads being flat. --- stepmania/src/NoteDisplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NoteDisplay.h b/stepmania/src/NoteDisplay.h index 04f3d1b69c..11aa8ce113 100644 --- a/stepmania/src/NoteDisplay.h +++ b/stepmania/src/NoteDisplay.h @@ -16,12 +16,12 @@ enum NotePart NotePart_Tap, NotePart_Mine, NotePart_Lift, + NotePart_Fake, NotePart_HoldHead, NotePart_HoldTail, NotePart_HoldTopCap, NotePart_HoldBody, NotePart_HoldBottomCap, - NotePart_Fake, NUM_NotePart };