mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 06:00:45 +00:00
Merge branch 'fix-crushclaw-armageddon-hit' into 'next'
Fix segfault when Crushstaceans hit a player with Armageddon shield See merge request STJr/SRB2!1980
This commit is contained in:
commit
1043a523d8
1 changed files with 1 additions and 1 deletions
|
@ -2231,7 +2231,7 @@ void A_CrushclawLaunch(mobj_t *actor)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!actor->target)
|
if (P_MobjWasRemoved(actor->target))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue