From 6681fa6108ed36f8c293fe92b927022a95102483 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 22 Feb 2003 03:36:26 +0000 Subject: [PATCH] This was backwards. Instead of fixing it, I'll just remove it for now, since this should be done inside the theme metric itself anyway ... --- stepmania/src/ScreenSelectStyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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