cycler: Set the bbox to be that of standing player

This commit is contained in:
Marco Cawthorne 2022-12-22 22:48:52 -08:00
parent 4f37e31677
commit 81ad389668
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ cycler::Respawn(void)
SetSolid(SOLID_BBOX);
SetTakedamage(DAMAGE_YES);
SetHealth(9999);
SetSize(VEC_HULL_MIN, VEC_HULL_MAX);
}
void