mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
- Add HUDMSG_ALPHA to zdefs.acs.
SVN r3877 (trunk)
This commit is contained in:
parent
57040693cd
commit
14d9aee65c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue