mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-02 22:01:41 +00:00
Removed some residuals.
This commit is contained in:
parent
579c4152d2
commit
8a61badcad
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue