Part 2 of QuakeEx.

This commit is contained in:
MajorCooke 2015-03-02 11:30:22 -06:00
parent beef32bc35
commit fa0f25d8af

View file

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