Small bug with jump fixed

stable-5.1
Charles Spurrill 2010-07-31 15:48:54 -07:00
parent a4043a3fa2
commit 8a7898cb06
1 changed files with 1 additions and 1 deletions

View File

@ -1243,7 +1243,7 @@ func StartJump()
func FxFallTimer(object target, int num, int timer)
{
if(GetYDir() > 55 || GetProcedure() == "FLIGHT")
if(GetYDir() > 55 && GetProcedure() == "FLIGHT")
{
PlayAnimation("Fall", 5, Anim_Linear(0, 0, GetAnimationLength("Fall"), 8*3, ANIM_Loop), Anim_Linear(0, 0, 1000, 5, ANIM_Remove));
return -1;