Allow all timing tags regardless of timing.

This commit is contained in:
Jason Felds
2011-09-12 19:43:41 -04:00
parent c7f41eb9d8
commit 047bc7a5dc
7 changed files with 26 additions and 12 deletions
+12
View File
@@ -487,6 +487,18 @@ bool SSCLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
{
ProcessCombos( out.m_SongTiming, sParams[1] );
}
else if (sValueName=="SPEEDS")
{
ProcessSpeeds(out.m_SongTiming, sParams[1]);
}
else if (sValueName=="SCROLLS")
{
ProcessScrolls(out.m_SongTiming, sParams[1]);
}
else if (sValueName=="FAKES")
{
ProcessFakes(out.m_SongTiming, sParams[1]);
}
/* The following are cache tags. Never fill their values
* directly: only from the cached version. */