add .SM genre tag

This commit is contained in:
Chris Danford
2005-01-31 05:25:27 +00:00
parent 20b6803fd8
commit 505dab87c2
3 changed files with 6 additions and 0 deletions
+3
View File
@@ -215,6 +215,9 @@ bool SMLoader::LoadFromSMFile( CString sPath, Song &out )
else if( 0==stricmp(sValueName,"ARTISTTRANSLIT") )
out.m_sArtistTranslit = sParams[1];
else if( 0==stricmp(sValueName,"GENRE") )
out.m_sGenre = sParams[1];
else if( 0==stricmp(sValueName,"CREDIT") )
out.m_sCredit = sParams[1];