[Song] Added Origin (#ORIGIN tag in .ssc)

This commit is contained in:
AJ Kelly
2011-04-30 19:23:29 -05:00
parent b053e931c2
commit c5be31ec69
6 changed files with 16 additions and 2 deletions
+5
View File
@@ -178,6 +178,11 @@ bool SSCLoader::LoadFromSSCFile( const RString &sPath, Song &out, bool bFromCach
out.m_sGenre = sParams[1];
}
else if( sValueName=="ORIGIN" )
{
out.m_sOrigin = sParams[1];
}
else if( sValueName=="CREDIT" )
{
out.m_sCredit = sParams[1];