mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
Updated constants.zs.
This commit is contained in:
parent
29421e6975
commit
ea8e3da672
1 changed files with 2 additions and 0 deletions
|
@ -644,6 +644,8 @@ enum EQuakeFlags
|
|||
QF_WAVE = 1 << 5,
|
||||
QF_3D = 1 << 6,
|
||||
QF_GROUNDONLY = 1 << 7,
|
||||
QF_AFFECTACTORS = 1 << 8,
|
||||
QF_SHAKEONLY = 1 << 9,
|
||||
};
|
||||
|
||||
// A_CheckProximity flags
|
||||
|
|
Loading…
Reference in a new issue