From 411b4976c0f61b0c1a0d8723a17d3d8516dc1aa3 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Wed, 21 Jul 2021 15:44:07 +0300 Subject: [PATCH] - fixed EBlastFlags enum definition --- wadsrc/static/zscript/constants.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/constants.zs b/wadsrc/static/zscript/constants.zs index 63f76d35eb..c288f2e450 100644 --- a/wadsrc/static/zscript/constants.zs +++ b/wadsrc/static/zscript/constants.zs @@ -285,7 +285,7 @@ enum EBlastFlags BF_DONTWARN = 2, BF_AFFECTBOSSES = 4, BF_NOIMPACTDAMAGE = 8, - BF_ONLYVISIBLETHINGS = 16; + BF_ONLYVISIBLETHINGS = 16, }; // Flags for A_SeekerMissile