From f0d2adfaa9448d2f97b11967930664dd0f6f4db9 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Mon, 2 May 2011 01:44:14 -0400 Subject: [PATCH] Allow editing Display Max BPM. This got set to Min by mistake. --- src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index fafb17af9a..51259c7c6d 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -541,7 +541,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(