add experimental lead track music file

This commit is contained in:
Chris Danford
2007-04-24 03:19:57 +00:00
parent db932a6ea2
commit f8de3141fd
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -286,6 +286,9 @@ bool SMLoader::LoadFromSMFile( const RString &sPath, Song &out, bool bFromCache
else if( sValueName=="MUSIC" )
out.m_sMusicFile = sParams[1];
else if( sValueName=="LEADTRACK" )
out.m_sLeadTrackFile = sParams[1];
else if( sValueName=="MUSICLENGTH" )
{
if( !bFromCache )