Set the steps type to dance single if invalid.

This commit is contained in:
Steve Checkoway
2007-06-01 05:04:31 +00:00
parent f2535d1c83
commit e8b931aa8e
+3
View File
@@ -148,6 +148,9 @@ float Steps::PredictMeter() const
void Steps::TidyUpData()
{
if( m_StepsType == StepsType_Invalid )
m_StepsType = STEPS_TYPE_DANCE_SINGLE;
if( GetDifficulty() == Difficulty_Invalid )
SetDifficulty( StringToDifficulty(GetDescription()) );