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