- fixed: AActor::Revive did not restore flags8.

This commit is contained in:
Christoph Oelckers 2019-11-30 22:03:19 +01:00 committed by drfrag
parent 0953f11a04
commit fd4473d7d2

View file

@ -7164,6 +7164,7 @@ void AActor::Revive()
flags5 = info->flags5;
flags6 = info->flags6;
flags7 = info->flags7;
flags8 = info->flags8;
if (SpawnFlags & MTF_FRIENDLY) flags |= MF_FRIENDLY;
DamageType = info->DamageType;
health = SpawnHealth();