From f1f0a94f2908caf7f2f80044c87757faed22db2a Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 25 Mar 2005 08:22:39 +0000 Subject: [PATCH] enable SongOptions in HomeEditMode --- stepmania/src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 081468cc58..4ecb006852 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -366,7 +366,7 @@ static Menu g_MainMenu( MenuRow( ScreenEdit::save, "Save", true, true, 0, NULL ), MenuRow( ScreenEdit::revert_to_last_save, "Revert to Last Save", true, true, 0, NULL ), MenuRow( ScreenEdit::player_options, "Player Options", true, true, 0, NULL ), - MenuRow( ScreenEdit::song_options, "Song Options", true, false, 0, NULL ), + MenuRow( ScreenEdit::song_options, "Song Options", true, true, 0, NULL ), MenuRow( ScreenEdit::edit_song_info, "Edit Song Info", true, false, 0, NULL ), MenuRow( ScreenEdit::edit_bpm, "Edit BPM Change", true, false, 0, NULL ), MenuRow( ScreenEdit::edit_stop, "Edit Stop", true, false, 0, NULL ),