This commit is contained in:
Glenn Maynard
2006-10-15 08:18:50 +00:00
parent 2cede5a421
commit abc973eec7
@@ -5,7 +5,7 @@ for _, s in ipairs(Stage) do
InitCommand = cmd(playcommand,"Update"),
CurrentSongChangedMessageCommand=cmd(playcommand,"Update"),
UpdateCommand=cmd(hidden,GAMESTATE:GetCurrentStage() == s and 0 or 1)
UpdateCommand=cmd(visible, GAMESTATE:GetCurrentStage() == s)
}
table.insert( stages, t )
end