Dies fixt einen sehr seltenen Crash bei exzessiver Nutzung des

Proxymine-Launchers
This commit is contained in:
Yamagi Burmeister 2010-01-05 09:14:39 +00:00
parent aa47b475e2
commit 23862f340a

View file

@ -313,7 +313,6 @@ void prox_land (edict_t *ent, edict_t *other, cplane_t *plane, csurface_t *surf)
if (plane->normal)
{
VectorMA (ent->s.origin, -10.0, plane->normal, land_point);
if (gi.pointcontents (land_point) & (CONTENTS_SLIME|CONTENTS_LAVA))
{
Prox_Explode (ent);