From 0740b81efb2ec87c075e2e5f975a134244afc2ab Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 30 Jan 2006 03:07:02 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScreenEdit.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 30b5e06d05..3185b939b8 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -718,9 +718,9 @@ void ScreenEdit::Init() m_soundRemoveNote.Load( THEME->GetPathS("ScreenEdit","RemoveNote"), true ); m_soundChangeLine.Load( THEME->GetPathS("ScreenEdit","line"), true ); m_soundChangeSnap.Load( THEME->GetPathS("ScreenEdit","snap"), true ); - m_soundMarker.Load( THEME->GetPathS("ScreenEdit","marker"), true ); - m_soundSwitch.Load( THEME->GetPathS("ScreenEdit","switch") ); - m_soundSave.Load( THEME->GetPathS("ScreenEdit","save") ); + m_soundMarker.Load( THEME->GetPathS("ScreenEdit","marker"), true ); + m_soundSwitch.Load( THEME->GetPathS("ScreenEdit","switch") ); + m_soundSave.Load( THEME->GetPathS("ScreenEdit","save") ); if( EDIT_MODE.GetValue() == EditMode_Practice ) m_pHelpMenu = LoadEditMiniMenu( &g_PracticeHelp );