way down in westmoreland where the sensi come from

This commit is contained in:
Flameshadowxeroshin
2011-01-09 21:25:30 -06:00
parent 9a5d28f927
commit 751f9e56ea
+1 -1
View File
@@ -79,6 +79,6 @@ r['MIGS'] = function(params,pss)
curScore = curScore + ( pss:GetTapNoteScores(k) * v );
end;
curScore = curScore + ( pss:GetHoldNoteScores('HoldNoteScore_Held') * 6 );
pss:SetScore(clamp(curScore,0,math.big));
pss:SetScore(clamp(curScore,0,math.huge));
end;
SpecialScoring = r;