From 2da429986bf1fe56a9fc5031dfe7ae1bef8ece97 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 31 Oct 2003 21:00:38 +0000 Subject: [PATCH] simplify --- stepmania/src/EditMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/EditMenu.cpp b/stepmania/src/EditMenu.cpp index a2895ee8e2..66e8496fb7 100644 --- a/stepmania/src/EditMenu.cpp +++ b/stepmania/src/EditMenu.cpp @@ -125,7 +125,7 @@ EditMenu::EditMenu() OnRowValueChanged( ROW_SONG ); // Select the current StepsType and difficulty if any - if( GAMESTATE->m_pCurNotes && GAMESTATE->m_pCurNotes[PLAYER_1] ) + if( GAMESTATE->m_pCurNotes[PLAYER_1] ) { for( i=0; i