diff --git a/stepmania/src/ScreenEditCourseEntry.cpp b/stepmania/src/ScreenEditCourseEntry.cpp index 4e7c463637..6adcfe226a 100644 --- a/stepmania/src/ScreenEditCourseEntry.cpp +++ b/stepmania/src/ScreenEditCourseEntry.cpp @@ -344,7 +344,7 @@ void ScreenEditCourseEntry::ProcessMenuStart( PlayerNumber pn, const InputEventT break; case ROW_SET_MODS: case ROW_DONE: - ScreenOptions::ProcessMenuStart( pn, type ); + ScreenOptions::BeginFadingOut(); break; } }