fix autogen courses not being mystery

This commit is contained in:
Glenn Maynard
2003-08-06 08:05:41 +00:00
parent 75c83d8429
commit 44e28a2e89
+1
View File
@@ -371,6 +371,7 @@ void Course::AutogenEndlessFromGroup( CString sGroupName, vector<Song*> &apSongs
e.type = Entry::random_within_group;
e.group_name = sGroupName;
e.difficulty = DIFFICULTY_MEDIUM;
e.mystery = true;
vector<Song*> vSongs;
SONGMAN->GetSongs( vSongs, e.group_name );