The MRF_UNDOALWAYS morph flag's constant was missing from zdefs.acs

This commit is contained in:
Blue-Shadow 2016-07-25 05:43:06 +03:00
parent 002b8b3972
commit 45dea212fd

View file

@ -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 -----