Checked in files for ScreenSelectDifficultyEX

This commit is contained in:
Kevin Slaughter
2003-02-21 10:09:55 +00:00
parent 69f51bd394
commit 503f605160
4 changed files with 49 additions and 7 deletions
+6 -1
View File
@@ -40,7 +40,12 @@
#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"
/* 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
is in the metrics file.. But logically, shouldn't select difficulty always
come after select style? -- Miryokuteki
*/
ScreenSelectStyle::ScreenSelectStyle()