sue google and me

This commit is contained in:
Flameshadowxeroshin
2012-05-21 17:48:59 -05:00
parent 729f2ce5e1
commit 6cfbb02450
@@ -80,8 +80,8 @@ t[#t+1] = Def.ActorFrame {
--Get scoring ready.
if not GAMESTATE:IsCourseMode() then
InitScoreKeepers(
GAMESTATE:IsSideJoined(PLAYER_1) and GetUserPref("UserPrefScoringMode") or nil,
GAMESTATE:IsSideJoined(PLAYER_2) and GetUserPref("UserPrefScoringMode") or nil
GAMESTATE:IsSideJoined(PLAYER_1) and GetUserPref("UserPrefScoringMode") or nil,
GAMESTATE:IsSideJoined(PLAYER_2) and GetUserPref("UserPrefScoringMode") or nil
)
end