From 8a61badcad0d2762863fde157967b4d5078a5424 Mon Sep 17 00:00:00 2001 From: Major Cooke Date: Mon, 21 Feb 2022 18:31:19 -0600 Subject: [PATCH] Removed some residuals. --- wadsrc/static/zscript/constants.zs | 3 --- 1 file changed, 3 deletions(-) diff --git a/wadsrc/static/zscript/constants.zs b/wadsrc/static/zscript/constants.zs index 458363fc4..de7eab3d9 100644 --- a/wadsrc/static/zscript/constants.zs +++ b/wadsrc/static/zscript/constants.zs @@ -1021,9 +1021,6 @@ enum EFindFloorCeiling FFCF_NOCEILING = 64, FFCF_RESTRICTEDPORTAL = 128, // current values in the iterator's return are through a restricted portal type (i.e. some features are blocked.) FFCF_NODROPOFF = 256, // Caller does not need a dropoff (saves some time when checking portals) - FFCF_NONSOLID = 512, // [MC] Include non-solids - FFCF_NOSOLIDS = 1024, // [MC] Ignore solid - FFCF_SWIMMABLE = 2048, // [MC] Search for swimmables }; enum ERaise