item_tfgoal: Set bounding box.
This commit is contained in:
parent
1fa05bee3a
commit
91cb97ab7d
1 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,8 @@ item_tfgoal::Respawn(void)
|
|||
solid = SOLID_TRIGGER;
|
||||
movetype = MOVETYPE_NONE;
|
||||
setmodel(this, m_oldModel);
|
||||
setsize(this, VEC_HULL_MIN, VEC_HULL_MAX);
|
||||
setorigin(this, m_oldOrigin);
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -67,4 +69,3 @@ item_tfgoal::item_tfgoal(void)
|
|||
CBaseEntity::CBaseEntity();
|
||||
item_tfgoal::Respawn();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue