CBaseTrigger: SOLID_BSPTRIGGER has gotten stable. Use that as the default.
This commit is contained in:
parent
7b0d646020
commit
80b1a892a0
1 changed files with 2 additions and 2 deletions
|
@ -153,8 +153,8 @@ void
|
|||
CBaseTrigger::InitBrushTrigger(void)
|
||||
{
|
||||
SetModel(m_oldModel);
|
||||
movetype = MOVETYPE_NONE;
|
||||
solid = SOLID_TRIGGER;
|
||||
SetMovetype(MOVETYPE_NONE);
|
||||
SetSolid(SOLID_BSPTRIGGER);
|
||||
SetRenderMode(RM_TRIGGER);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue