diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 48a98a371b..2ce17e8f18 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -124,7 +124,7 @@ void GameState::Reset() FOREACH_PlayerNumber( p ) { m_PreferredDifficulty[p] = DIFFICULTY_INVALID; - m_PreferredCourseDifficulty[p] = COURSE_DIFFICULTY_INVALID; + m_PreferredCourseDifficulty[p] = COURSE_DIFFICULTY_REGULAR; } m_SortOrder = SORT_INVALID; m_PlayMode = PLAY_MODE_INVALID;