This commit is contained in:
Glenn Maynard
2006-03-16 07:36:27 +00:00
parent e0c8a8ebc7
commit 575061c4c1
+1 -2
View File
@@ -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;
}