Revert "Fix problem when loading from cache"

This reverts commit 7c3a9eb427.

Also force increment the cache in case others
got the prior commit.
This commit is contained in:
Jason Felds
2013-05-28 21:45:56 -04:00
parent 849b6e5b3b
commit 51027a3904
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -566,7 +566,6 @@ bool SSCLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
{
// Process timings and convert negative bpms/stops
SMLoader::ProcessBPMsAndStops(out.m_SongTiming, vBPMChanges, vStops);
vBPMChanges.clear();
state = GETTING_STEP_INFO;
pNewNotes = out.CreateSteps();
@@ -811,7 +810,6 @@ bool SSCLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
{
bHasOwnTiming = true;
SMLoader::ProcessBPMsAndStops(stepsTiming, vBPMChanges, vStops);
vBPMChanges.clear();
}
state = GETTING_SONG_INFO;