mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update bspflags.h
This commit is contained in:
parent
437b80eac4
commit
aa353f76cb
@ -123,7 +123,7 @@
|
||||
// everything that blocks line of sight for AI
|
||||
#define TRACE_MASK_BLOCKLOS (CONTENTS_BLOCKLOS|CONTENTS_MOVEABLE|CONTENTS_OPAQUE|CONTENTS_SOLID)
|
||||
// everything that blocks line of sight for AI plus NPCs
|
||||
#define MASK_BLOCKLOS_AND_NPCS (TRACE_MASK_BLOCKLOS|CONTENTS_MONSTER)
|
||||
#define TRACE_MASK_BLOCKLOS_AND_NPCS (TRACE_MASK_BLOCKLOS|CONTENTS_MONSTER)
|
||||
// everything that blocks line of sight for players
|
||||
#define TRACE_MASK_VISIBLE (TRACE_MASK_OPAQUE|CONTENTS_IGNORE_NODRAW_OPAQUE)
|
||||
// everything that blocks line of sight for players, but with monsters added.
|
||||
|
Loading…
x
Reference in New Issue
Block a user