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
|
||||
InitialHoldLife=IsGame("pump") and 0.05 or 1
|
||||
MaxHoldLife=1
|
||||
RollBodyIncrementsCombo=GetGamePrefB("UserPrefComboOnRolls")
|
||||
RollBodyIncrementsCombo=false
|
||||
ScoreMissedHoldsAndRolls=not IsGame("pump")
|
||||
PercentUntilColorCombo=0.25
|
||||
ComboStoppedAt=50
|
||||
|
||||
@@ -309,6 +309,8 @@ ShowBoard=GAMESTATE:GetCurrentGame():GetName() == "kb7"
|
||||
ReceptorArrowsYStandard=GetTapPosition('Standard')
|
||||
ReceptorArrowsYReverse=GetTapPosition('Reverse')
|
||||
ComboUnderField=ComboUnderField()
|
||||
# todo: themeprefs me
|
||||
RollBodyIncrementsCombo=GetGamePrefB("UserPrefComboOnRolls")
|
||||
|
||||
[PlayerOptions]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user