fix up formatting
This commit is contained in:
@@ -940,8 +940,7 @@ bool BMSLoader::LoadFromDir( CString sDir, Song &out )
|
|||||||
if( sTag.Find("l") != sTag.npos )
|
if( sTag.Find("l") != sTag.npos )
|
||||||
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
|
else if( sTag.Find("a") != sTag.npos )
|
||||||
if( sTag.Find("a") != sTag.npos )
|
|
||||||
pSteps->SetDifficulty( DIFFICULTY_HARD );
|
pSteps->SetDifficulty( DIFFICULTY_HARD );
|
||||||
// Other tags I've seen here include (5KEYS) (10KEYS) (7keys) (14keys) (dp) [MIX] [14] (14 Keys Mix)
|
// Other tags I've seen here include (5KEYS) (10KEYS) (7keys) (14keys) (dp) [MIX] [14] (14 Keys Mix)
|
||||||
// XXX: I'm sure [MIX] means something... anyone know?
|
// XXX: I'm sure [MIX] means something... anyone know?
|
||||||
|
|||||||
Reference in New Issue
Block a user