This commit is contained in:
Steve Checkoway
2006-10-15 09:53:27 +00:00
parent 061df3ccfa
commit 1e3466997e
@@ -20,7 +20,7 @@ function ScreenSelectMusic:setupmusicstagemods()
GAMESTATE:SetCurrentSong( song ) GAMESTATE:SetCurrentSong( song )
GAMESTATE:SetPreferredSong( song ) GAMESTATE:SetPreferredSong( song )
for dummy, pn in ipairs(GAMESTATE:GetHumanPlayers()) do for _, pn in ipairs(GAMESTATE:GetHumanPlayers()) do
GAMESTATE:SetCurrentSteps( pn, steps ) GAMESTATE:SetCurrentSteps( pn, steps )
GAMESTATE:GetPlayerState(pn):SetPlayerOptions( "ModsLevel_Stage", po ) GAMESTATE:GetPlayerState(pn):SetPlayerOptions( "ModsLevel_Stage", po )
GAMESTATE:SetPreferredDifficulty( pn, difficulty ) GAMESTATE:SetPreferredDifficulty( pn, difficulty )