- crash fix for real this time.

SVN r2051 (trunk)
This commit is contained in:
Christoph Oelckers 2009-12-26 07:29:29 +00:00
parent 07dba2b4fe
commit 69270937dd
1 changed files with 1 additions and 1 deletions

View File

@ -5472,7 +5472,7 @@ int AActor::TakeSpecialDamage (AActor *inflictor, AActor *source, int damage, FN
void AActor::Crash()
{
if ((flags6 & MF6_KILLED) &&
if (((flags & MF_CORPSE) || (flags6 & MF6_KILLED)) &&
!(flags3 & MF3_CRASHED) &&
!(flags & MF_ICECORPSE))
{