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
@@ -341,11 +341,6 @@ bool SSCLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
out.m_sMusicFile = sParams[1];
}
else if( sValueName=="INSTRUMENTTRACK" )
{
SMLoader::ProcessInstrumentTracks( out, sParams[1] );
}
else if( sValueName=="MUSICLENGTH" )
{
if( !bFromCache )