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:
AJ Kelly
2012-01-15 20:35:44 -06:00
parent d6dae03e7e
commit a5dbcaac4e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -309,6 +309,8 @@ ShowBoard=GAMESTATE:GetCurrentGame():GetName() == "kb7"
ReceptorArrowsYStandard=GetTapPosition('Standard')
ReceptorArrowsYReverse=GetTapPosition('Reverse')
ComboUnderField=ComboUnderField()
# todo: themeprefs me
RollBodyIncrementsCombo=GetGamePrefB("UserPrefComboOnRolls")
[PlayerOptions]