- flags7 variable added to AActor.

This commit is contained in:
Christoph Oelckers 2013-08-12 20:09:21 +02:00
commit f2c250d35d
7 changed files with 16 additions and 4 deletions

View file

@ -2644,6 +2644,7 @@ static bool P_CheckForResurrection(AActor *self, bool usevilestates)
corpsehit->flags4 = info->flags4;
corpsehit->flags5 = info->flags5;
corpsehit->flags6 = info->flags6;
corpsehit->flags7 = info->flags7;
corpsehit->health = info->health;
corpsehit->target = NULL;
corpsehit->lastenemy = NULL;