mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-30 14:47:57 +03:00
Added MASK_AI_CANSEE
This commit is contained in:
parent
daab5b9238
commit
531825545d
1 changed files with 1 additions and 0 deletions
|
@ -724,6 +724,7 @@ movement on the server game.
|
|||
(CONTENTS_LADDER | CONTENTS_CLAYPIDGEON | CONTENTS_BBOX | CONTENTS_NOBOTCLIP | CONTENTS_UNKNOWN3 | CONTENTS_BODY \
|
||||
| CONTENTS_CORPSE)
|
||||
#define MASK_MOVEINFO (CONTENTS_SOLID | CONTENTS_FENCE)
|
||||
#define MASK_AI_CANSEE (CONTENTS_SOLID | CONTENTS_LAVA | CONTENTS_SLIME | CONTENTS_BBOX | CONTENTS_UNKNOWN2 | CONTENTS_FENCE | CONTENTS_WEAPONCLIP)
|
||||
|
||||
// mohaa mask
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue