- flags7 variable added to AActor.
This commit is contained in:
parent
ecfe67dd78
commit
f2c250d35d
7 changed files with 16 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue