- added ML_BLOCKHITSCAN line flag.

This commit is contained in:
Christoph Oelckers 2013-08-09 20:35:10 +02:00
commit 6a07118ea4
6 changed files with 9 additions and 1 deletions

View file

@ -153,6 +153,7 @@ enum ELineFlags
ML_BLOCKPROJECTILE = 0x01000000,
ML_BLOCKUSE = 0x02000000, // blocks all use actions through this line
ML_BLOCKSIGHT = 0x04000000, // blocks monster line of sight
ML_BLOCKHITSCAN = 0x08000000, // blocks hitscan attacks
};