cycler: Set the bbox to be that of standing player
This commit is contained in:
parent
4f37e31677
commit
81ad389668
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ cycler::Respawn(void)
|
|||
SetSolid(SOLID_BBOX);
|
||||
SetTakedamage(DAMAGE_YES);
|
||||
SetHealth(9999);
|
||||
SetSize(VEC_HULL_MIN, VEC_HULL_MAX);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue