mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
The MRF_UNDOALWAYS morph flag's constant was missing from zdefs.acs
This commit is contained in:
parent
002b8b3972
commit
45dea212fd
1 changed files with 1 additions and 0 deletions
|
@ -369,6 +369,7 @@
|
|||
#define MRF_UNDOBYDEATH 0x00000200
|
||||
#define MRF_UNDOBYDEATHFORCED 0x00000400
|
||||
#define MRF_UNDOBYDEATHSAVES 0x00000800
|
||||
#define MRF_UNDOALWAYS 0x00001000
|
||||
#define MRF_TRANSFERTRANSLATION 0x00002000
|
||||
|
||||
// Shared spawnable things from Hexen. You can spawn these in the other -----
|
||||
|
|
Loading…
Reference in a new issue