Added MTF_NOCOUNT to spawn flags

This commit is contained in:
PaulyB 2020-04-24 19:16:06 -07:00 committed by Christoph Oelckers
commit 573b2958c6
3 changed files with 15 additions and 0 deletions

View file

@ -418,6 +418,7 @@ enum EMapThingFlags
MTF_SECRET = 0x080000, // Secret pickup
MTF_NOINFIGHTING = 0x100000,
MTF_NOCOUNT = 0x200000, // Removes COUNTKILL/COUNTITEM
// BOOM and DOOM compatible versions of some of the above