mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-22 20:31:50 +00:00
Das behebt den Teslacrash
This commit is contained in:
parent
e28b86fd81
commit
f7e666ddaf
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue