Revert "Preserve Steps of unknown Style."

This reverts commit 8edd929e24.

This also updates the song cache.
This commit is contained in:
Jason Felds
2014-10-19 10:04:37 -04:00
parent a09e3477b2
commit 395107d3d5
8 changed files with 10 additions and 54 deletions
-2
View File
@@ -643,7 +643,6 @@ bool SSCLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
if( sValueName=="STEPSTYPE" )
{
pNewNotes->m_StepsType = GAMEMAN->StringToStepsType( sParams[1] );
pNewNotes->m_StepsTypeStr= sParams[1];
}
else if( sValueName=="CHARTSTYLE" )
@@ -966,7 +965,6 @@ bool SSCLoader::LoadEditFromMsd(const MsdFile &msd,
if( sValueName=="STEPSTYPE" )
{
pNewNotes->m_StepsType = GAMEMAN->StringToStepsType( sParams[1] );
pNewNotes->m_StepsTypeStr= sParams[1];
bSSCFormat = true;
}