fix crash when changing difficulty on the sort menu

This commit is contained in:
Glenn Maynard
2005-04-29 20:18:34 +00:00
parent 2de326fb23
commit 4149838250
+4 -1
View File
@@ -1087,8 +1087,11 @@ void ScreenSelectMusic::ChangeDifficulty( PlayerNumber pn, int dir )
AfterStepsChange( vpns );
}
break;
case TYPE_SORT:
break;
default:
ASSERT(0);
WARN( ssprintf("%i", m_MusicWheel.GetSelectedType()) );
break;
}
}