m_bIncomplete was undefined in Course.h, causing failed builds
This commit is contained in:
@@ -191,6 +191,8 @@ public:
|
|||||||
int m_iCustomMeter[NUM_Difficulty]; // -1 = no meter specified
|
int m_iCustomMeter[NUM_Difficulty]; // -1 = no meter specified
|
||||||
bool m_bSortByMeter;
|
bool m_bSortByMeter;
|
||||||
|
|
||||||
|
bool m_bIncomplete;
|
||||||
|
|
||||||
vector<CourseEntry> m_vEntries;
|
vector<CourseEntry> m_vEntries;
|
||||||
|
|
||||||
// sorting values
|
// sorting values
|
||||||
|
|||||||
Reference in New Issue
Block a user