From 176006f8be0243f8b17aaf5af327a47b49ef150a Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 21 Dec 2010 16:37:57 -0600 Subject: [PATCH] one more fix --- .../default/BGAnimations/ScreenGameplay decorations/default.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua b/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua index 5a7ba3538a..997ec6f5c1 100644 --- a/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua +++ b/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua @@ -167,7 +167,7 @@ t[#t+1] = Def.ActorFrame { }; if PREFSMAN:GetPreference("ScoringType") == 'ScoringType_Custom' then t[#t+1] = Def.Actor{ JudgmentMessageCommand = function(self, params) - SpecialScoring[GetUserPref("UserPrefSpecialScoringMode")](params, STATSMAN:GetCurStageStats():GetPlayerStageStats(params.Player) + SpecialScoring[GetUserPref("UserPrefSpecialScoringMode")](params, STATSMAN:GetCurStageStats():GetPlayerStageStats(params.Player)) end; }; return t