- 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

@ -452,6 +452,7 @@ bool P_Thing_Raise(AActor *thing)
thing->flags4 = info->flags4;
thing->flags5 = info->flags5;
thing->flags6 = info->flags6;
thing->flags7 = info->flags7;
thing->health = info->health;
thing->target = NULL;
thing->lastenemy = NULL;