Moved MINS/MAXS to bg_pmove

This commit is contained in:
smallmodel 2023-10-14 13:31:19 +02:00
parent 1a293420c0
commit 407538fd85
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
4 changed files with 9 additions and 12 deletions

View file

@ -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;
/*