Added definition for the BLOCKF_LANDMONSTERS flag.

This commit is contained in:
inkoalawetrust 2022-09-25 01:28:34 +03:00 committed by Rachael Alexanderson
parent 47607b9570
commit c868be9006

View file

@ -1002,6 +1002,7 @@
#define BLOCKF_SIGHT 256
#define BLOCKF_HITSCAN 512
#define BLOCKF_SOUND 1024
#define BLOCKF_LANDMONSTERS 2048
#define FOGP_DENSITY 0
#define FOGP_OUTSIDEDENSITY 1