Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove unused flags
  • Loading branch information
hamdi2050 committed Mar 5, 2023
commit cee9301a363b12e117f590f7348e7fb20ae3ff82
5 changes: 1 addition & 4 deletions regamedll/common/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,8 @@

// Goes into globalvars_t.trace_flags
#define FTRACE_SIMPLEBOX BIT(0) // Traceline with a simple box
// Custom flags that we can retrive in pfnShouldCollide
#define FTRACE_PUSH_ENTITY BIT(1)
#define FTRACE_PHYSICS_STEP BIT(2)
#define FTRACE_TOSS BIT(3)

// Custom flags that we can retrive in pfnShouldCollide
// Starting from BIT(16) to reserve space for more flags for Engine
#define FTRACE_BULLET BIT(16)
#define FTRACE_FLASH BIT(17)
Expand Down