Now returns to the correct Difficulty on pump music select instead of whatever the first one is...

This commit is contained in:
Andrew Livy
2003-01-21 13:33:56 +00:00
parent a41cba7deb
commit d144d137bb
3 changed files with 45 additions and 20 deletions
-1
View File
@@ -136,7 +136,6 @@ void MusicBannerWheel::InsertNewBanner(int direction)
scrlistpos = 4 4 0 1 [2] [3] [4] [0] [1] 2 3 4 0 1 2 3 // we lost 2 and got a new one
scrlistpos = 3 3 4 0 [1] [2] [3] [4] [0] 1 2 3 4 0 1 2 // we lost 1 and got a new one
*/
if(currentPos-2 >= 0)
pSong = arraySongs[currentPos-2];
else