handle rave scorekeeper
This commit is contained in:
@@ -51,7 +51,10 @@ end
|
|||||||
-- ScoreKeeperClass:
|
-- ScoreKeeperClass:
|
||||||
-- [en] Determines the correct ScoreKeeper class to use.
|
-- [en] Determines the correct ScoreKeeper class to use.
|
||||||
function ScoreKeeperClass()
|
function ScoreKeeperClass()
|
||||||
sGame = GAMESTATE:GetCurrentGame():GetName()
|
-- rave scorekeeper
|
||||||
|
if GAMESTATE:GetPlayMode() == 'PlayMode_Rave' then return "ScoreKeeperRave" end
|
||||||
|
|
||||||
|
local sGame = GAMESTATE:GetCurrentGame():GetName()
|
||||||
local ScoreKeepers = {
|
local ScoreKeepers = {
|
||||||
-- xxx: allow for ScoreKeeperShared when needed
|
-- xxx: allow for ScoreKeeperShared when needed
|
||||||
dance = "ScoreKeeperNormal",
|
dance = "ScoreKeeperNormal",
|
||||||
|
|||||||
Reference in New Issue
Block a user