various changes [Midiman]

This commit is contained in:
AJ Kelly
2010-07-21 22:39:11 -05:00
parent f098406b39
commit f8b017b99a
2 changed files with 10 additions and 4 deletions
+4 -4
View File
@@ -32,11 +32,11 @@ function ScreenSelectMusic:setupmusicstagemods()
local song, steps = SONGMAN:GetExtraStageInfo( bExtra2, style )
local po, so
if bExtra2 then
po = "default,1.5x,reverse"
so = "suddendeath"
po = THEME:GetMetric("SongManager","ExtraStagePlayerModifiers");
so = THEME:GetMetric("SongManager","ExtraStageStageModifiers");
else
po = "default,1.5x,reverse"
so = "norecover"
po = THEME:GetMetric("SongManager","OMESPlayerModifiers");
so = THEME:GetMetric("SongManager","OMESStageModifiers");
end
local difficulty = steps:GetDifficulty()
local Reverse = PlayerNumber:Reverse()