From a1dde32aa8ea8ffa53aa4e6d89752a91db446128 Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Tue, 21 Dec 2010 11:41:29 -0600 Subject: [PATCH] the last one for specialscoring for today. --- Themes/default/Scripts/04 SpecialScoring.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/default/Scripts/04 SpecialScoring.lua b/Themes/default/Scripts/04 SpecialScoring.lua index 537ab8381c..ea019966a9 100644 --- a/Themes/default/Scripts/04 SpecialScoring.lua +++ b/Themes/default/Scripts/04 SpecialScoring.lua @@ -31,7 +31,7 @@ end; r[3] = function(params, pss) local scoreLookupTable = { ['TapNoteScore_W1']=777, ['TapNoteScore_W2']=777, ['TapNoteScore_W3']=555 }; setmetatable(scoreLookupTable, ZeroIfNotFound); - local comboBonusForThisStep = pss:GetCurCombo()*333; + local comboBonusForThisStep = pss:GetCurrentCombo()*333; pss:SetScore(pss:GetScore()+scoreLookupTable[params.TapNoteScore]+comboBonusForThisStep); end; -----------------------------------------------------------