[sm130score] lua scoring is no longer "special".

It's primarily "it".
This commit is contained in:
Jason Felds
2011-04-11 22:58:23 -04:00
parent d274a83a41
commit 0689d897ea
7 changed files with 18 additions and 47 deletions
@@ -2,7 +2,7 @@ local t = Def.ActorFrame {};
t[#t+1] = Def.Actor{
JudgmentMessageCommand = function(self, params)
SpecialScoring[GetUserPref("UserPrefSpecialScoringMode")](params,
Scoring[GetUserPref("UserPrefScoringMode")](params,
STATSMAN:GetCurStageStats():GetPlayerStageStats(params.Player))
end;
};