mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
Added TRANSFERTRANSLATION morph flag
This commit is contained in:
parent
c94968d6be
commit
002b8b3972
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_TRANSFERTRANSLATION 0x00002000
|
||||
|
||||
// Shared spawnable things from Hexen. You can spawn these in the other -----
|
||||
// games if you provide sprites for them, otherwise they'll be invisible. ---
|
||||
|
|
Loading…
Reference in a new issue