mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 14:17:57 +03:00
Added MASK_VEHICLE_TIRES
This commit is contained in:
parent
6398484459
commit
f97362cdb1
1 changed files with 1 additions and 0 deletions
|
@ -680,6 +680,7 @@ movement on the server game.
|
|||
#define MASK_VEHICLE \
|
||||
(CONTENTS_SOLID | CONTENTS_BBOX | CONTENTS_NOBOTCLIP | CONTENTS_UNKNOWN2 | CONTENTS_FENCE | CONTENTS_VEHICLECLIP \
|
||||
| CONTENTS_BODY | CONTENTS_TRIGGER)
|
||||
#define MASK_VEHICLE_TIRES (CONTENTS_SOLID | CONTENTS_BBOX | CONTENTS_FENCE | CONTENTS_VEHICLECLIP | CONTENTS_TRIGGER)
|
||||
#define MASK_CLICK \
|
||||
(CONTENTS_SOLID | CONTENTS_BODY | CONTENTS_UNKNOWN3 | CONTENTS_UNKNOWN2 | CONTENTS_NOBOTCLIP | CONTENTS_BBOX)
|
||||
#define MASK_CANSEE \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue