[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
+2 -2
View File
@@ -432,7 +432,7 @@ bool SSCLoader::LoadFromSSCFile( const RString &sPath, Song &out, bool bFromCach
else if( sValueName=="DIFFICULTY" )
{
pNewNotes->SetDifficulty( DwiCompatibleStringToDifficulty( sParams[1] ) );
pNewNotes->SetDifficulty( StringToDifficulty( sParams[1] ) );
}
else if( sValueName=="METER" )
@@ -673,7 +673,7 @@ bool SSCLoader::LoadEditFromMsd( const MsdFile &msd, const RString &sEditFilePat
else if( sValueName=="DIFFICULTY" )
{
pNewNotes->SetDifficulty( DwiCompatibleStringToDifficulty( sParams[1] ) );
pNewNotes->SetDifficulty( StringToDifficulty( sParams[1] ) );
bSSCFormat = true;
}