okay I was wrong, it needed another fix

This commit is contained in:
AJ Kelly
2010-12-21 16:38:48 -06:00
parent 176006f8be
commit 04081a821f
@@ -165,9 +165,11 @@ t[#t+1] = Def.ActorFrame {
};
CreateStops();
};
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))
end;
};
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))
end;
};
end;
return t