[default -> sm130futures] Bring up to date.

In a day or two, this branch will likely be
brought into default.
This commit is contained in:
Jason Felds
2011-05-02 10:24:52 -04:00
207 changed files with 343 additions and 53 deletions
+1 -1
View File
@@ -550,7 +550,7 @@ static MenuDef g_SongInformation(
MenuRowDef( ScreenEdit::last_beat_hint, "Last beat hint", true, EditMode_Full, true, true, 0, NULL ),
MenuRowDef( ScreenEdit::display_bpm, "Display BPM", true, EditMode_Full, true, true, 0, "Actual", "Specified", "Random" ),
MenuRowDef( ScreenEdit::min_bpm, "Min BPM", true, EditMode_Full, true, true, 0, NULL ),
MenuRowDef( ScreenEdit::min_bpm, "Max BPM", true, EditMode_Full, true, true, 0, NULL )
MenuRowDef( ScreenEdit::max_bpm, "Max BPM", true, EditMode_Full, true, true, 0, NULL )
);
static MenuDef g_TimingDataInformation(