Fix lua order of operations.
Thanks to vyhd for the hg bisect tip.
This commit is contained in:
@@ -8,6 +8,10 @@ ________________________________________________________________________________
|
|||||||
StepMania 5.0 $next | 2011????
|
StepMania 5.0 $next | 2011????
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
2011/09/29
|
||||||
|
----------
|
||||||
|
* [Fallback theme] Fix ImmediateHoldLetGo function. [Wolfman2000]
|
||||||
|
|
||||||
2011/09/26
|
2011/09/26
|
||||||
----------
|
----------
|
||||||
* [Default theme] Added Song Timing Display user preference. [AJ]
|
* [Default theme] Added Song Timing Display user preference. [AJ]
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ function MaxHoldLife()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function ImmediateHoldLetGo()
|
function ImmediateHoldLetGo()
|
||||||
return not GAMESTATE:GetCurrentGame():GetName() == "pump"
|
return not (GAMESTATE:GetCurrentGame():GetName() == "pump")
|
||||||
end
|
end
|
||||||
|
|
||||||
function RollBodyIncrementsCombo()
|
function RollBodyIncrementsCombo()
|
||||||
|
|||||||
Reference in New Issue
Block a user