add missing SelectProfileKeys() (whoops!)

This commit is contained in:
AJ Kelly
2010-05-02 11:59:57 -05:00
parent 79d97e7fec
commit 105185d5b0
+5
View File
@@ -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()