mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-14 04:10:41 +00:00
Part 2 of QuakeEx.
This commit is contained in:
parent
beef32bc35
commit
fa0f25d8af
1 changed files with 7 additions and 0 deletions
|
@ -1042,3 +1042,10 @@
|
|||
#define ML_BLOCKUSE 0x02000000
|
||||
#define ML_BLOCKSIGHT 0x04000000
|
||||
#define ML_BLOCKHITSCAN 0x08000000
|
||||
|
||||
#define QF_RELATIVE 1
|
||||
#define QF_SCALEDOWN 1 << 1
|
||||
#define QF_SCALEUP 1 << 2
|
||||
#define QF_MAX 1 << 3
|
||||
#define QF_FULLINTENSITY 1 << 4
|
||||
#define QF_WAVE 1 << 5
|
||||
|
|
Loading…
Reference in a new issue