PMove: change player view offset to 22 (practically Quake's)
This commit is contained in:
parent
21d87cba33
commit
da7dd47034
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue