move DwiCompatibleStringToDifficulty from Difficulty to NotesLoaderDWI; make .sm and .sm-derived formats use DifficultyToString since NotesWriterSM/SMA/SSC should be writing normalized strings

This commit is contained in:
AJ Kelly
2011-05-15 03:18:34 -05:00
parent 728a317a90
commit 8f70dcf99b
6 changed files with 32 additions and 35 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ void SMALoader::LoadFromSMATokens(
out.m_StepsType = GAMEMAN->StringToStepsType( sStepsType );
out.SetDescription( sDescription );
out.SetCredit( sDescription ); // this is often used for both.
out.SetDifficulty( DwiCompatibleStringToDifficulty(sDifficulty) );
out.SetDifficulty( StringToDifficulty(sDifficulty) );
sDescription.MakeLower();