- fixed: Morphing to a class without a face definition crashed.
- Converted all of Heretic's actors except the weapons to DECORATE. - Added the option to define the ActorInfos for native classes in DECORATE. SVN r1078 (trunk)
This commit is contained in:
parent
b030682834
commit
a8c283dacd
29 changed files with 1580 additions and 2009 deletions
|
|
@ -172,6 +172,7 @@ static flagdef ActorFlags[]=
|
|||
DEFINE_FLAG(MF3, DONTOVERLAP, AActor, flags3),
|
||||
DEFINE_FLAG(MF3, DONTMORPH, AActor, flags3),
|
||||
DEFINE_FLAG(MF3, DONTSQUASH, AActor, flags3),
|
||||
DEFINE_FLAG(MF3, EXPLOCOUNT, AActor, flags3),
|
||||
DEFINE_FLAG(MF3, FULLVOLACTIVE, AActor, flags3),
|
||||
DEFINE_FLAG(MF3, ISMONSTER, AActor, flags3),
|
||||
DEFINE_FLAG(MF3, SKYEXPLODE, AActor, flags3),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue