Skip to content

Commit

Permalink
Update Material.h
Browse files Browse the repository at this point in the history
  • Loading branch information
glKarin committed Dec 15, 2022
1 parent 908c88e commit 214c12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doom3/neo/renderer/Material.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ typedef enum {
CONTENTS_OWNER_TO_OWNER = BIT(24), // bjk: used to disable owner to owner rejection for collision
CONTENTS_GAME_PORTAL = BIT(25), // cjr: used for clipping against game portals (glow portals, etc)
CONTENTS_SHOOTABLEBYARROW = BIT(26), // pdm: solid to spirit arrows specifically as opposed to other projectiles
CONTENTS_HUNTERCLIP,
CONTENTS_HUNTERCLIP = BIT(27), // pdm: solid to hunters, but not hunters in vehicles
#endif

CONTENTS_REMOVE_UTIL = ~(CONTENTS_AREAPORTAL|CONTENTS_NOCSG)
Expand Down

0 comments on commit 214c12e

Please sign in to comment.