no message

This commit is contained in:
cholleme 2003-06-29 21:59:36 +00:00
parent ac92225a7e
commit 046322fa9f

View file

@ -748,7 +748,7 @@ void CL_ParseStatic (void)
VectorCopy (ent->baseline.origin, ent->origin);
VectorCopy (ent->baseline.angles, ent->angles);
R_AddEfrags (ent);
R_CalcSvBsp(ent);
R_StaticLightFromEnt(ent);
R_FillEntityLeafs (ent);
}