This commit is contained in:
Glenn Maynard
2003-10-31 21:00:38 +00:00
parent d0884df07d
commit 2da429986b
+1 -1
View File
@@ -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<m_StepsTypes.size(); i++ )
{