mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 15:21:51 +00:00
reflect the new meaning of no_pogo_stick
This commit is contained in:
parent
59faa3569b
commit
bffdadb692
1 changed files with 1 additions and 1 deletions
|
@ -2389,7 +2389,7 @@ void() PlayerJump =
|
|||
}
|
||||
|
||||
if (!(self.flags & FL_ONGROUND)) {
|
||||
if (no_pogo_stick)
|
||||
if (no_pogo_stick & 1)
|
||||
self.flags &= ~FL_JUMPRELEASED;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue