diff --git a/stepmania/src/Course.h b/stepmania/src/Course.h index f8c66ca7d9..4fa5a062b8 100644 --- a/stepmania/src/Course.h +++ b/stepmania/src/Course.h @@ -191,6 +191,8 @@ public: int m_iCustomMeter[NUM_Difficulty]; // -1 = no meter specified bool m_bSortByMeter; + bool m_bIncomplete; + vector m_vEntries; // sorting values