fix max hold life

This commit is contained in:
AJ Kelly
2012-01-15 14:59:39 -06:00
parent f765ded110
commit 52b947a8ab
+1 -1
View File
@@ -1148,7 +1148,7 @@ ImmediateHoldLetGo=not IsGame("pump")
RequireStepOnHoldHeads=not IsGame("pump")
RequireStepOnMines=false
InitialHoldLife=IsGame("pump") and 0.05 or 1
MaxHoldLife=IsGame("pump") and 0.05 or 1
MaxHoldLife=1
RollBodyIncrementsCombo=GetGamePrefB("UserPrefComboOnRolls")
ScoreMissedHoldsAndRolls=not IsGame("pump")
PercentUntilColorCombo=0.25