Das behebt den Teslacrash

This commit is contained in:
Yamagi Burmeister 2009-03-31 11:17:05 +00:00
parent e28b86fd81
commit f7e666ddaf

View file

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