hopefully handle routine scorekeeper

This commit is contained in:
AJ Kelly
2011-09-27 22:08:02 -05:00
parent b755dc5b52
commit bda9a75657
+2
View File
@@ -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 = {