diff --git a/stepmania/src/ScreenSelectStyle.cpp b/stepmania/src/ScreenSelectStyle.cpp index f795bda958..7afd205d13 100644 --- a/stepmania/src/ScreenSelectStyle.cpp +++ b/stepmania/src/ScreenSelectStyle.cpp @@ -39,7 +39,7 @@ #define PREVIEW_Y THEME->GetMetricF("ScreenSelectStyle","PreviewY") #define HELP_TEXT THEME->GetMetric("ScreenSelectStyle","HelpText") #define TIMER_SECONDS THEME->GetMetricI("ScreenSelectStyle","TimerSeconds") -#define NEXT_SCREEN PREFSMAN->m_bDDRExtremeDifficultySelect? THEME->GetMetric("ScreenSelectStyle","NextScreen") : "ScreenSelectDifficultyEX" +#define NEXT_SCREEN THEME->GetMetric("ScreenSelectStyle","NextScreen") /* I couldn't find a cleaner way to add this so that SM can show DDREX style, if configured to, in place of the normal style select difficulty screen.. I know the screen after this one is supposed to be dynamic to whatever