Remove #INSTRUMENTTRACK. It's guitar only.

This commit is contained in:
Jason Felds
2011-07-30 15:33:00 -04:00
parent 6c15a82892
commit 176b6f55ea
10 changed files with 8 additions and 116 deletions
-5
View File
@@ -224,11 +224,6 @@ bool SMALoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
else if( sValueName=="MUSIC" )
out.m_sMusicFile = sParams[1];
else if( sValueName=="INSTRUMENTTRACK" )
{
SMLoader::ProcessInstrumentTracks( out, sParams[1] );
}
else if( sValueName=="MUSICLENGTH" )
{
continue;