- Converted the PhoenixRod and associated classes to DECORATE to make
the Heretic conversion complete. SVN r1110 (trunk)
This commit is contained in:
parent
b2a6bed19f
commit
d5cc9e01d0
15 changed files with 324 additions and 355 deletions
|
|
@ -243,6 +243,7 @@ static flagdef ActorFlags[]=
|
|||
DEFINE_FLAG(MF5, NOINTERACTION, AActor, flags5),
|
||||
DEFINE_FLAG(MF5, NOTIMEFREEZE, AActor, flags5),
|
||||
DEFINE_FLAG(MF5, PUFFGETSOWNER, AActor, flags5), // [BB] added PUFFGETSOWNER
|
||||
DEFINE_FLAG(MF5, SPECIALFIREDAMAGE, AActor, flags5),
|
||||
|
||||
// Effect flags
|
||||
DEFINE_FLAG(FX, VISIBILITYPULSE, AActor, effects),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue