Updated QF_* flag definitions.

This commit is contained in:
inkoalawetrust 2022-09-25 09:37:24 +03:00 committed by Rachael Alexanderson
parent c868be9006
commit c1bcbd47bf

View file

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