PMove: Block jumping when FL_FROZEN is set on a player
This commit is contained in:
parent
f9241d86ea
commit
69ed06b1fe
1 changed files with 1 additions and 0 deletions
|
@ -733,6 +733,7 @@ PMove_Run(void)
|
|||
|
||||
if (pl.flags & FL_FROZEN) {
|
||||
input_movevalues = [0,0,0];
|
||||
input_buttons &= ~INPUT_BUTTON2;
|
||||
}
|
||||
|
||||
/* establish which water elements we're dealing in */
|
||||
|
|
Loading…
Reference in a new issue