This commit is contained in:
Christoph Oelckers 2013-07-30 17:50:30 +02:00
commit 844f79e04a

View file

@ -744,10 +744,13 @@ void AActor::Die (AActor *source, AActor *inflictor, int dmgflags)
{ {
SetState (diestate); SetState (diestate);
if (tics > 1)
{
tics -= pr_killmobj() & 3; tics -= pr_killmobj() & 3;
if (tics < 1) if (tics < 1)
tics = 1; tics = 1;
} }
}
else else
{ {
Destroy(); Destroy();