mirror of
https://github.com/yquake2/rogue.git
synced 2025-02-21 11:31:27 +00:00
Dies fixt einen sehr seltenen Crash bei exzessiver Nutzung des
Proxymine-Launchers
This commit is contained in:
parent
aa47b475e2
commit
23862f340a
1 changed files with 0 additions and 1 deletions
|
@ -313,7 +313,6 @@ void prox_land (edict_t *ent, edict_t *other, cplane_t *plane, csurface_t *surf)
|
||||||
|
|
||||||
if (plane->normal)
|
if (plane->normal)
|
||||||
{
|
{
|
||||||
VectorMA (ent->s.origin, -10.0, plane->normal, land_point);
|
|
||||||
if (gi.pointcontents (land_point) & (CONTENTS_SLIME|CONTENTS_LAVA))
|
if (gi.pointcontents (land_point) & (CONTENTS_SLIME|CONTENTS_LAVA))
|
||||||
{
|
{
|
||||||
Prox_Explode (ent);
|
Prox_Explode (ent);
|
||||||
|
|
Loading…
Reference in a new issue