From 105185d5b08969fa02543259f15a341cdd838f26 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 2 May 2010 11:59:57 -0500 Subject: [PATCH] add missing SelectProfileKeys() (whoops!) --- Themes/_fallback/Scripts/03 Gameplay.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Themes/_fallback/Scripts/03 Gameplay.lua b/Themes/_fallback/Scripts/03 Gameplay.lua index a202031a31..06017c9973 100644 --- a/Themes/_fallback/Scripts/03 Gameplay.lua +++ b/Themes/_fallback/Scripts/03 Gameplay.lua @@ -17,6 +17,11 @@ function GameCompatibleModes() return Modes[sGame]; end +function SelectProfileKeys() + local game = GAMESTATE:GetCurrentGame():GetName(); + return game == "dance" and "Up,Down,Start,Back,Up2,Down2" or "Up,Down,Start,Back"; +end; + -- ScoreKeeperClass: -- [en] Determines the correct ScoreKeeper class to use. function ScoreKeeperClass()