PMove: check for infokey 'autojump'...

This commit is contained in:
Marco Cawthorne 2022-05-01 19:44:22 -07:00
parent 4716615a89
commit 70c2b43ff3
Signed by: eukara
GPG key ID: C196CD8BA993248A

View file

@ -89,6 +89,8 @@ base_player::Physics_CheckJump(float premove)
return;
if (!(flags & FL_ONGROUND))
return;
if (!infokey(this, "autojump") == "1")
if (!(flags & FL_JUMPRELEASED))
return;