mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-21 19:51:27 +00:00
added constants for the most recently added level flags
This commit is contained in:
parent
2bc561d135
commit
a145eac056
1 changed files with 2 additions and 0 deletions
|
@ -1409,6 +1409,8 @@ enum ELevelFlags
|
|||
LEVEL3_AVOIDMELEE = 0x00020000, // global flag needed for proper MBF support.
|
||||
LEVEL3_NOJUMPDOWN = 0x00040000, // only for MBF21. Inverse of MBF's dog_jumping flag.
|
||||
LEVEL3_LIGHTCREATED = 0x00080000, // a light had been created in the last frame
|
||||
LEVEL3_NOFOGOFWAR = 0x00100000, // disables effect of r_radarclipper CVAR on this map
|
||||
LEVEL3_SECRET = 0x00200000, // level is a secret level
|
||||
};
|
||||
|
||||
// [RH] Compatibility flags.
|
||||
|
|
Loading…
Reference in a new issue