]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
unset looping bit
authorFruitieX <fruitiex@gmail.com>
Thu, 26 May 2011 10:16:32 +0000 (13:16 +0300)
committerFruitieX <fruitiex@gmail.com>
Thu, 26 May 2011 10:16:32 +0000 (13:16 +0300)
qcsrc/server/t_jumppads.qc

index 9bea9197d9fca51a40714c454292246f0d0d9bc4..19d0d1cff92cc12963a21897d0811fd418cd4bc8 100644 (file)
@@ -196,9 +196,9 @@ void trigger_push_touch()
                        if (!other.animstate_override)
                        {
                                if (other.crouch)
-                                       setanim(other, other.anim_duckjump, TRUE, TRUE, TRUE);
+                                       setanim(other, other.anim_duckjump, FALSE, TRUE, TRUE);
                                else
-                                       setanim(other, other.anim_jump, TRUE, TRUE, TRUE);
+                                       setanim(other, other.anim_jump, FALSE, TRUE, TRUE);
                        }
                }
                else