Add requested VERSION tag.

This commit is contained in:
Jason Felds
2011-02-11 01:05:46 -05:00
parent 35748ed9a7
commit abd9a446e4
4 changed files with 12 additions and 0 deletions
+5
View File
@@ -212,6 +212,11 @@ bool SSCLoader::LoadFromSSCFile( const RString &sPath, Song &out, bool bFromCach
out.m_sArtistTranslit = sParams[1];
}
else if( sValueName=="VERSION" )
{
out.m_fVersion = StringToFloat( sParams[1] );
}
else if( sValueName=="GENRE" )
{
out.m_sGenre = sParams[1];