Revert "Remove #INSTRUMENTTRACK. It's guitar only."
This reverts commit 176b6f55ea.
Glad I learned this command.
This commit is contained in:
@@ -341,6 +341,11 @@ 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 )
|
||||
|
||||
Reference in New Issue
Block a user