Beat mode gameplay changes, third attempt

This commit is contained in:
Joe
2015-04-29 19:43:19 +01:00
parent e3101e4574
commit be3c4db602
2 changed files with 11 additions and 8 deletions
+3
View File
@@ -1515,6 +1515,9 @@ void BMSSongLoader::AddToSong()
steps->SetDifficulty( Difficulty_Easy );
}
}
// [x] [Expert]
else if( tag.find('x') != tag.npos )
steps->SetDifficulty( Difficulty_Challenge );
// [A] <A> (A) [ANOTHER] <ANOTHER> (ANOTHER) (ANOTHER7) Another (DP ANOTHER) (Another) -ANOTHER- [A7] [A14] etc etc etc
else if( tag.find('a') != tag.npos )
steps->SetDifficulty( Difficulty_Hard );