diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 28668c0424..48cae97658 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -801,11 +801,10 @@ void ScreenEdit::Init() m_soundValueDecrease.Load( THEME->GetPathS("ScreenEdit","value decrease"), true ); m_soundSwitchSteps.Load( THEME->GetPathS("ScreenEdit","switch steps") ); m_soundSave.Load( THEME->GetPathS("ScreenEdit","save") ); + m_soundAssistTick.Load( THEME->GetPathS("ScreenEdit","assist tick"), true ); m_soundMusic.Load( m_pSong->GetMusicPath() ); - m_soundAssistTick.Load( THEME->GetPathS("ScreenEdit","assist tick"), true ); - this->HandleScreenMessage( SM_UpdateTextInfo ); m_bTextInfoNeedsUpdate = true; }