StringToDifficulty->BackwardCompatibleStringToDifficulty. Don't accept song file backward compatible names other places, like in metrics

This commit is contained in:
Chris Danford
2008-11-28 18:08:12 +00:00
parent b2ed76e536
commit e623ca8d3d
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ static void LoadFromSMTokens(
out.m_StepsType = GameManager::StringToStepsType( sStepsType );
out.SetDescription( sDescription );
out.SetDifficulty( StringToDifficulty(sDifficulty) );
out.SetDifficulty( BackwardCompatibleStringToDifficulty(sDifficulty) );
// HACK: We used to store SMANIAC as Difficulty_Hard with special description.
// Now, it has its own Difficulty_Challenge