don't count high score DP for courses that aren't 100% fixed entries

This commit is contained in:
Chris Danford
2004-03-20 19:24:38 +00:00
parent 5bb79cdc0a
commit a51186e70c
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@ public:
// Dereferences course_entries and returns only the playable Songs and Steps
void GetCourseInfo( StepsType nt, vector<Info> &ci, CourseDifficulty cd = COURSE_DIFFICULTY_REGULAR ) const;
bool HasMods() const;
bool AllSongsAreFixed() const;
int GetEstimatedNumStages() const { return m_entries.size(); }
bool HasCourseDifficulty( StepsType nt, CourseDifficulty cd ) const;