[NotesLoaderSSC] Allowed reading of #NOTES2 again.
This commit is contained in:
@@ -673,7 +673,7 @@ bool SSCLoader::LoadFromSSCFile( const RString &sPath, Song &out, bool bFromCach
|
||||
pNewNotes->SetCredit( sParams[1] );
|
||||
}
|
||||
|
||||
else if( sValueName=="NOTES" )
|
||||
else if( sValueName=="NOTES" || sValueName=="NOTES2" )
|
||||
{
|
||||
state = GETTING_SONG_INFO;
|
||||
//pNewNotes->m_Timing = out.m_Timing;
|
||||
|
||||
Reference in New Issue
Block a user