Radar branch: update SSC version number in cache.

This commit is contained in:
Jason Felds
2011-02-28 00:12:13 -05:00
parent 97d2112fae
commit 59558d0e32
4 changed files with 8 additions and 5 deletions
+1
View File
@@ -928,6 +928,7 @@ bool SSCLoader::LoadFromSSCFile( const RString &sPath, Song &out, bool bFromCach
}
}
}
out.m_fVersion = STEPFILE_VERSION_NUMBER;
return true;
}