From ea8e3da6729e8a3adf45dfd71bffeb6c15624a30 Mon Sep 17 00:00:00 2001 From: inkoalawetrust <56005600+inkoalawetrust@users.noreply.github.com> Date: Sun, 25 Sep 2022 09:19:42 +0300 Subject: [PATCH] Updated constants.zs. --- wadsrc/static/zscript/constants.zs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wadsrc/static/zscript/constants.zs b/wadsrc/static/zscript/constants.zs index 1887ddce1..9a32392f9 100644 --- a/wadsrc/static/zscript/constants.zs +++ b/wadsrc/static/zscript/constants.zs @@ -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