[default -> splittiming] That's a lot.

This commit is contained in:
Jason Felds
2011-05-15 06:09:33 -04:00
9 changed files with 101 additions and 60 deletions
+1 -1
View File
@@ -330,7 +330,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();