Fix formatting again--please fix your editor ...
This commit is contained in:
@@ -907,16 +907,16 @@ bool BMSLoader::LoadFromDir( CString sDir, Song &out )
|
|||||||
if( sTag.find('l') != sTag.npos )
|
if( sTag.find('l') != sTag.npos )
|
||||||
{
|
{
|
||||||
unsigned lPos = sTag.find('l');
|
unsigned lPos = sTag.find('l');
|
||||||
if( sTag.substr(lPos-2,4) == "solo" )
|
if( sTag.substr(lPos-2,4) == "solo" )
|
||||||
{
|
{
|
||||||
// (solo) -- an edit, apparently (Thanks Glenn!)
|
// (solo) -- an edit, apparently (Thanks Glenn!)
|
||||||
pSteps->SetDifficulty( DIFFICULTY_EDIT );
|
pSteps->SetDifficulty( DIFFICULTY_EDIT );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Any of [L7] [L14] (LIGHT7) (LIGHT14) (LIGHT) [L] <LIGHT7> <L7>... you get the idea.
|
// Any of [L7] [L14] (LIGHT7) (LIGHT14) (LIGHT) [L] <LIGHT7> <L7>... you get the idea.
|
||||||
pSteps->SetDifficulty( DIFFICULTY_EASY );
|
pSteps->SetDifficulty( DIFFICULTY_EASY );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// [A] <A> (A) [ANOTHER] <ANOTHER> (ANOTHER) (ANOTHER7) Another (DP ANOTHER) (Another) -ANOTHER- [A7] [A14] etc etc etc
|
// [A] <A> (A) [ANOTHER] <ANOTHER> (ANOTHER) (ANOTHER7) Another (DP ANOTHER) (Another) -ANOTHER- [A7] [A14] etc etc etc
|
||||||
else if( sTag.find('a') != sTag.npos )
|
else if( sTag.find('a') != sTag.npos )
|
||||||
|
|||||||
Reference in New Issue
Block a user