Less flags, more generic properties

This commit is contained in:
Gaerzi 2014-04-11 00:58:59 +02:00
commit 4cac599b88
7 changed files with 147 additions and 58 deletions

View file

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