mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-22 12:01:40 +00:00
Updated QF_* flag definitions.
This commit is contained in:
parent
c868be9006
commit
c1bcbd47bf
1 changed files with 4 additions and 0 deletions
|
@ -1097,6 +1097,10 @@
|
|||
#define QF_MAX 1 << 3
|
||||
#define QF_FULLINTENSITY 1 << 4
|
||||
#define QF_WAVE 1 << 5
|
||||
#define QF_3D 1 << 6
|
||||
#define QF_GROUNDONLY 1 << 7
|
||||
#define QF_AFFECTACTORS 1 << 8
|
||||
#define QF_SHAKEONLY 1 << 9
|
||||
|
||||
#define WARPF_ABSOLUTEOFFSET 0x1
|
||||
#define WARPF_ABSOLUTEANGLE 0x2
|
||||
|
|
Loading…
Reference in a new issue