- Added new flags8 actor field. Isn't it frightening how quickly how we got to our 8th flag field?

- Speaking of frightening, added +FRIGHTENING flag.
This commit is contained in:
Rachael Alexanderson 2017-05-14 12:26:31 -04:00 committed by Christoph Oelckers
commit a96ef5276d
6 changed files with 18 additions and 2 deletions

View file

@ -989,6 +989,7 @@ DEFINE_PROPERTY(clearflags, 0, Actor)
defaults->flags5 = 0;
defaults->flags6 = 0;
defaults->flags7 = 0;
defaults->flags8 = 0;
}
//==========================================================================