CBaseTrigger: SOLID_BSPTRIGGER has gotten stable. Use that as the default.

This commit is contained in:
Marco Cawthorne 2020-09-11 04:55:55 +02:00
parent 7b0d646020
commit 80b1a892a0

View file

@ -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);
}