From 23862f340a6c46683560c9d06332854a11096313 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Tue, 5 Jan 2010 09:14:39 +0000 Subject: [PATCH] Dies fixt einen sehr seltenen Crash bei exzessiver Nutzung des Proxymine-Launchers --- src/g_newweap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/g_newweap.c b/src/g_newweap.c index 1207047..82c9810 100644 --- a/src/g_newweap.c +++ b/src/g_newweap.c @@ -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);