reflect the new meaning of no_pogo_stick

This commit is contained in:
Bill Currie 2002-09-14 03:33:18 +00:00
parent 59faa3569b
commit bffdadb692

View file

@ -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;
}