From 45ca5f9f8e77b0a00479ec72712062357d4d2c33 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 9 Mar 2006 22:16:20 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScreenEditMenu.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stepmania/src/ScreenEditMenu.cpp b/stepmania/src/ScreenEditMenu.cpp index 421a9df655..9a7bd9856d 100644 --- a/stepmania/src/ScreenEditMenu.cpp +++ b/stepmania/src/ScreenEditMenu.cpp @@ -168,13 +168,13 @@ void ScreenEditMenu::MenuStart( PlayerNumber pn ) return; } - Song* pSong = m_Selector.GetSelectedSong(); - StepsType st = m_Selector.GetSelectedStepsType(); - Difficulty dc = m_Selector.GetSelectedDifficulty(); - Steps* pSteps = m_Selector.GetSelectedSteps(); -// StepsType soureNT = m_Selector.GetSelectedSourceStepsType(); + Song* pSong = m_Selector.GetSelectedSong(); + StepsType st = m_Selector.GetSelectedStepsType(); + Difficulty dc = m_Selector.GetSelectedDifficulty(); + Steps* pSteps = m_Selector.GetSelectedSteps(); +// StepsType soureNT = m_Selector.GetSelectedSourceStepsType(); // Difficulty sourceDiff = m_Selector.GetSelectedSourceDifficulty(); - Steps* pSourceSteps = m_Selector.GetSelectedSourceSteps(); + Steps* pSourceSteps = m_Selector.GetSelectedSourceSteps(); EditMenuAction action = m_Selector.GetSelectedAction(); GAMESTATE->m_pCurSong.Set( pSong );