add "nodifficult" course song tag

This commit is contained in:
Glenn Maynard
2004-02-10 22:52:43 +00:00
parent 7b8049ce00
commit e2e692f77a
2 changed files with 24 additions and 8 deletions
+2
View File
@@ -53,6 +53,7 @@ public:
Song* pSong; // used in type=fixed
CString group_name; // used in type=random_within_group
Difficulty difficulty; // = DIFFICULTY_INVALID if no difficulty specified
bool no_difficult; // if true, difficult course setting doesn't affect this entry
int low_meter; // = -1 if no meter range specified
int high_meter; // = -1 if no meter range specified
int players_index; // ignored if type isn't 'best' or 'worst'
@@ -66,6 +67,7 @@ public:
pSong = NULL;
group_name = "";
difficulty = DIFFICULTY_INVALID;
no_difficult = false;
low_meter = -1;
high_meter = -1;
players_index = 0;