hopefully handle routine scorekeeper
This commit is contained in:
@@ -53,6 +53,8 @@ end
|
|||||||
function ScoreKeeperClass()
|
function ScoreKeeperClass()
|
||||||
-- rave scorekeeper
|
-- rave scorekeeper
|
||||||
if GAMESTATE:GetPlayMode() == 'PlayMode_Rave' then return "ScoreKeeperRave" end
|
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 sGame = GAMESTATE:GetCurrentGame():GetName()
|
||||||
local ScoreKeepers = {
|
local ScoreKeepers = {
|
||||||
|
|||||||
Reference in New Issue
Block a user