StringToDifficulty->BackwardCompatibleStringToDifficulty. Don't accept song file backward compatible names other places, like in metrics
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user