mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-08 03:27:58 +03:00
Moved MINS/MAXS to bg_pmove
This commit is contained in:
parent
1a293420c0
commit
407538fd85
4 changed files with 9 additions and 12 deletions
|
@ -48,6 +48,9 @@ float pm_backspeed = 0.80f;
|
|||
float pm_flightfriction = 3.0f;
|
||||
float PM_NOCLIPfriction = 5.0f;
|
||||
|
||||
const vec3_t MINS = { -15, -15, 0 };
|
||||
const vec3_t MAXS = { 15, 15, 0 };
|
||||
|
||||
int c_pmove = 0;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue