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