From c758ea06c042b3159c1cbf9290d1f6c9166c5afb Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Fri, 28 Oct 2011 03:16:24 +0000 Subject: [PATCH] whoops --- Themes/_fallback/Scripts/04 Scoring.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/_fallback/Scripts/04 Scoring.lua b/Themes/_fallback/Scripts/04 Scoring.lua index 2a234baffa..a16d1ccbac 100644 --- a/Themes/_fallback/Scripts/04 Scoring.lua +++ b/Themes/_fallback/Scripts/04 Scoring.lua @@ -76,8 +76,8 @@ r['DDR Extreme'] = function(params, pss) local sTotal = (totalItems + 1) * totalItems / 2; local meter = steps:GetMeter(); if (steps:IsAnEdit()) then - meter = 5; - meter = math.min(10,meter) + meter = 5; end; + meter = math.min(10,meter); -- [en] score for one step -- [ja] 1ステップあたりのスコア local baseScore = meter * 1000000