From 2df152f7925ae078e1fa6d54b92eff563484297c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 26 Apr 2005 06:47:45 +0000 Subject: [PATCH] oops: DynamicThemeMetric doesn't go through the same code path as ThemeMetric, so we have to say "false" instead of "0" (since 0 is true in Lua). hmm ... --- stepmania/Themes/default/metrics.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index b4d150804a..534431b665 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -676,6 +676,7 @@ DoRouletteOnMenuTimer=1 AlignMusicBeat=0 Codes= OptionsMenuAvailable=OptionsMenuAvailable() +SelectMenuAvailable=false [ScreenSelectCourse] Class=ScreenSelectMusic