Replaced MISSILE(EVEN)MORE with a real property and added related Dehacked options from Crispy Doom.
This also adds proper deprecation messages to the deprecated flags which were missing due to a bad definition macro.
This commit is contained in:
parent
ad4eef3b6c
commit
8354c4a5c3
19 changed files with 138 additions and 69 deletions
|
|
@ -2044,6 +2044,7 @@ DEFINE_FIELD(AActor, Species)
|
|||
DEFINE_FIELD(AActor, alternative)
|
||||
DEFINE_FIELD(AActor, goal)
|
||||
DEFINE_FIELD(AActor, MinMissileChance)
|
||||
DEFINE_FIELD(AActor, missilechancemult)
|
||||
DEFINE_FIELD(AActor, LastLookPlayerNumber)
|
||||
DEFINE_FIELD(AActor, SpawnFlags)
|
||||
DEFINE_FIELD(AActor, meleethreshold)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue