Physics_InputPostMove: Unset FROZEN _after_ physics frame...

This commit is contained in:
Marco Cawthorne 2022-03-03 23:32:33 -08:00
parent d8a8f07432
commit ce02de7eff
Signed by: eukara
GPG key ID: C196CD8BA993248A

View file

@ -263,6 +263,8 @@ base_player::Physics_InputPostMove(void)
Animation_TimerUpdate((player)this, input_timelength);
Animation_PlayerUpdate((player)this);
flags &= ~FL_FROZEN;
/* allow vehicles to prevent weapon logic from happening */
Vehicle_Input(this);