- added BLOCKF_SOUND definition.

This commit is contained in:
Christoph Oelckers 2016-01-03 11:30:49 +01:00
parent 7fb1901ef3
commit 32ba4036d2

View file

@ -969,6 +969,7 @@
#define BLOCKF_USE 128
#define BLOCKF_SIGHT 256
#define BLOCKF_HITSCAN 512
#define BLOCKF_SOUND 1024
#define FOGP_DENSITY 0
#define FOGP_OUTSIDEDENSITY 1