move UserPrefComboOnRolls to default... still doesn't fix the problem but should prevent it happening with every theme; will fix later tonight
This commit is contained in:
@@ -1149,7 +1149,7 @@ RequireStepOnHoldHeads=not IsGame("pump")
|
|||||||
RequireStepOnMines=false
|
RequireStepOnMines=false
|
||||||
InitialHoldLife=IsGame("pump") and 0.05 or 1
|
InitialHoldLife=IsGame("pump") and 0.05 or 1
|
||||||
MaxHoldLife=1
|
MaxHoldLife=1
|
||||||
RollBodyIncrementsCombo=GetGamePrefB("UserPrefComboOnRolls")
|
RollBodyIncrementsCombo=false
|
||||||
ScoreMissedHoldsAndRolls=not IsGame("pump")
|
ScoreMissedHoldsAndRolls=not IsGame("pump")
|
||||||
PercentUntilColorCombo=0.25
|
PercentUntilColorCombo=0.25
|
||||||
ComboStoppedAt=50
|
ComboStoppedAt=50
|
||||||
|
|||||||
@@ -309,6 +309,8 @@ ShowBoard=GAMESTATE:GetCurrentGame():GetName() == "kb7"
|
|||||||
ReceptorArrowsYStandard=GetTapPosition('Standard')
|
ReceptorArrowsYStandard=GetTapPosition('Standard')
|
||||||
ReceptorArrowsYReverse=GetTapPosition('Reverse')
|
ReceptorArrowsYReverse=GetTapPosition('Reverse')
|
||||||
ComboUnderField=ComboUnderField()
|
ComboUnderField=ComboUnderField()
|
||||||
|
# todo: themeprefs me
|
||||||
|
RollBodyIncrementsCombo=GetGamePrefB("UserPrefComboOnRolls")
|
||||||
|
|
||||||
[PlayerOptions]
|
[PlayerOptions]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user