From 44e28a2e896e8bfa08c0bb33cc331626d5a18733 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 6 Aug 2003 08:05:41 +0000 Subject: [PATCH] fix autogen courses not being mystery --- stepmania/src/Course.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index e671e8c530..bbcb7d924d 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -371,6 +371,7 @@ void Course::AutogenEndlessFromGroup( CString sGroupName, vector &apSongs e.type = Entry::random_within_group; e.group_name = sGroupName; e.difficulty = DIFFICULTY_MEDIUM; + e.mystery = true; vector vSongs; SONGMAN->GetSongs( vSongs, e.group_name );