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

This commit is contained in:
Christoph Oelckers 2019-11-30 22:03:19 +01:00
parent 116d81cb9f
commit d420b0ab05

View file

@ -7154,6 +7154,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();