From bda9a756577b3a74e203083f952d7d97bda1e117 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 27 Sep 2011 22:08:02 -0500 Subject: [PATCH] hopefully handle routine scorekeeper --- Themes/_fallback/Scripts/03 Gameplay.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Themes/_fallback/Scripts/03 Gameplay.lua b/Themes/_fallback/Scripts/03 Gameplay.lua index 7f8edabe28..c590aaad84 100644 --- a/Themes/_fallback/Scripts/03 Gameplay.lua +++ b/Themes/_fallback/Scripts/03 Gameplay.lua @@ -53,6 +53,8 @@ end function ScoreKeeperClass() -- rave scorekeeper if GAMESTATE:GetPlayMode() == 'PlayMode_Rave' then return "ScoreKeeperRave" end + local styleType = GAMESTATE:GetCurrentStyle():GetStyleType() + if styleType == 'StyleType_TwoPlayersSharedSides' then return "ScoreKeeperShared" end local sGame = GAMESTATE:GetCurrentGame():GetName() local ScoreKeepers = {