Okay, eine andere Lösung. Bei der vorherigen explodierten die Proxys

leider nicht, wenn man sie in Lava warf
This commit is contained in:
Yamagi Burmeister 2010-01-05 09:23:28 +00:00
parent 23862f340a
commit 57fa438154

View file

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