From 361a6340db161f7518b86dced1af246edcc009f7 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 14 May 2011 01:03:39 -0400 Subject: [PATCH] [splittiming] No BG Changes in Step Timing. --- Themes/_fallback/Languages/en.ini | 1 + src/ScreenEdit.cpp | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Themes/_fallback/Languages/en.ini b/Themes/_fallback/Languages/en.ini index 49bc09f431..0fbe2863dc 100644 --- a/Themes/_fallback/Languages/en.ini +++ b/Themes/_fallback/Languages/en.ini @@ -1258,6 +1258,7 @@ This change creates notes past the end of the music and is not allowed.=This cha This will destroy all unsaved changes.=This will destroy all unsaved changes. Undo=Undo You must be in Step Timing Mode to edit the notes.=You must be in Step Timing Mode to edit the notes. +You must be in Song Timing Mode to edit BG Changes.=You must be in Song Timing Mode to edit BG Changes. Current beat=Current beat Current second=Current second diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index 8ba386b31a..1941179491 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -1279,6 +1279,8 @@ static int FindAttackAtTime( const AttackArray& attacks, float fStartTime ) } static LocalizedString TAP_NOTE_SONG_TIMING ( "ScreenEdit", "You must be in Step Timing Mode to edit the notes." ); +static LocalizedString BG_CHANGE_STEP_TIMING ( "ScreenEdit", "You must be in Song Timing Mode to edit BG Changes." ); + static LocalizedString SWITCHED_TO ( "ScreenEdit", "Switched to" ); static LocalizedString NO_BACKGROUNDS_AVAILABLE ( "ScreenEdit", "No backgrounds available" ); static ThemeMetric INVERT_SCROLL_BUTTONS ( "ScreenEdit", "InvertScrollSpeedButtons" ); @@ -1925,6 +1927,10 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB ) EditMiniMenu( &g_BackgroundChange, SM_BackFromBGChange ); } } + else + { + SCREENMAN->SystemMessage( BG_CHANGE_STEP_TIMING ); + } break; case EDIT_BUTTON_OPEN_COURSE_MENU: