hide locked steps
This commit is contained in:
@@ -362,6 +362,8 @@ void EditMenu::OnRowValueChanged( EditMenuRow row )
|
||||
else
|
||||
{
|
||||
Steps *pSteps = GetSelectedSong()->GetStepsByDifficulty( GetSelectedStepsType(), dc );
|
||||
if( UNLOCKMAN->StepsIsLocked( GetSelectedSong(), pSteps ) )
|
||||
pSteps = NULL;
|
||||
|
||||
switch( EDIT_MODE.GetValue() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user