Trying this again for hold graphic judgments.

This commit is contained in:
Jason Felds
2011-07-16 19:27:33 -04:00
parent 9882c8ab9c
commit 409801a17f
+6 -2
View File
@@ -187,7 +187,11 @@ function HoldTiming()
end
function ShowHoldJudgments()
return not GAMESTATE:GetCurrentGame():GetName() == "pump"
if GAMESTATE:GetCurrentGame():GetName() == "pump" then
return false
else
return true
end
end
function HoldHeadStep()
@@ -271,4 +275,4 @@ end
function ComboUnderField()
return GetUserPrefB("UserPrefComboUnderField")
end
end