fix up practice mode somewhat

This commit is contained in:
AJ Kelly
2010-07-24 01:05:50 -05:00
parent aee5f08363
commit f329cc7a0d
3 changed files with 18 additions and 17 deletions
-16
View File
@@ -21,22 +21,6 @@ function GetExtraColorThreshold()
return Modes[sGame]
end
-- GetEditModifiers
-- [en] returns modifiers for ScreenEdit to use.
function GetEditModifiers()
sGame = GAMESTATE:GetCurrentGame():GetName()
local Modes = {
dance = "",
pump = "",
beat = "reverse",
kb7 = "reverse",
para = "",
techno = "",
lights = "" -- lights shouldn't be playable
}
return Modes[sGame]
end
-- GameCompatibleModes:
-- [en] returns possible modes for ScreenSelectPlayMode
function GameCompatibleModes()