Radar fix, cache update.

This commit is contained in:
Jason Felds
2011-07-29 23:09:54 -04:00
parent 4c073b464e
commit 1cff1bc973
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -463,7 +463,6 @@ bool SMALoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
sValueName.c_str() );
}
TidyUpData(out, false);
out.TidyUpData(false, true);
return true;
}