PMove: change player view offset to 22 (practically Quake's)

This commit is contained in:
Marco Cawthorne 2023-04-17 02:41:06 -07:00
parent 21d87cba33
commit da7dd47034
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#define PMOVE_MAXSPEED 320
#define PMOVE_STEP_WALKSPEED 320/2
#define PMOVE_STEP_RUNSPEED 320
#define PHY_VIEWPOS [0,0,28]
#define PHY_VIEWPOS [0,0,22]
#define PHY_VIEWPOS_CROUCHED [0,0,12]
void