Extra stage mods were swapped.

This commit is contained in:
Steve Checkoway
2007-04-21 20:29:21 +00:00
parent 1e99c68e8b
commit a805778002
@@ -33,11 +33,11 @@ function ScreenSelectMusic:setupmusicstagemods()
local song, steps = SONGMAN:GetExtraStageInfo( bExtra2, style )
local po, so
if bExtra2 then
po = "1.5x,reverse";
so = "norecover";
else
po = "sudden,shuffle,flat";
so = "suddendeath";
else
po = "1.5x,reverse";
so = "norecover";
end
local difficulty = steps:GetDifficulty()
local Reverse = PlayerNumber:Reverse()