[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
@@ -40,7 +40,7 @@ void SMLoader::LoadFromSMTokens(
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) );
// Handle hacks that originated back when StepMania didn't have
// Difficulty_Challenge. (At least v1.64, possibly v3.0 final...)