- Add HUDMSG_ALPHA to zdefs.acs.

SVN r3877 (trunk)
This commit is contained in:
Randy Heit 2012-09-20 02:07:46 +00:00
parent 57040693cd
commit 14d9aee65c

View file

@ -214,6 +214,9 @@
// HUD message.
#define HUDMSG_ADDBLEND 0x20000000
// OR this with one of the above to use the extra alpha parameter
#define HUDMSG_ALPHA 0x10000000
// HUD message layers; these are not flags
#define HUDMSG_LAYER_OVERHUD 0x00000000
#define HUDMSG_LAYER_UNDERHUD 0x00001000