Removed some residuals.

This commit is contained in:
Major Cooke 2022-02-21 18:31:19 -06:00 committed by Christoph Oelckers
parent 579c4152d2
commit 8a61badcad

View file

@ -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