PMove: Define the PMOVE variables to match the WON cvar defaults.

This commit is contained in:
Marco Cawthorne 2022-05-12 20:42:40 -07:00
parent aec649a115
commit ef43ac3f50
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 14 additions and 0 deletions

View File

@ -15,6 +15,20 @@
*/
#define PMOVE_AIRSTEPHEIGHT 0
#define PMOVE_STEPHEIGHT 18
#define PMOVE_FRICTION 4
#define PMOVE_EDGEFRICTION 1
#define PMOVE_STOPSPEED 100
#define PMOVE_GRAVITY 800
#define PMOVE_AIRACCELERATE 10
#define PMOVE_WATERACCELERATE 10
#define PMOVE_ACCELERATE 10
#define PMOVE_MAXSPEED 320
#define PMOVE_STEP_WALKSPEED 135
#define PMOVE_STEP_RUNSPEED 220
#define PHY_VIEWPOS [0,0,28]
#define PHY_VIEWPOS_CROUCHED [0,0,12]
void
player::Physics_Jump(void)