removed useless duck collision
This commit is contained in:
parent
ecbf6df4ba
commit
714508d6ef
2 changed files with 5 additions and 5 deletions
|
|
@ -601,7 +601,7 @@ const int WEAPON_PRIMARY = ((1 << WEAPON_XM1014) | (1 <<WEAPON_M3) | (1 << WEAPO
|
|||
const int WEAPON_SECONDARY = ((1 << WEAPON_P228) | (1 << WEAPON_ELITE) | (1 << WEAPON_USP) | (1 << WEAPON_GLOCK) | (1 << WEAPON_DEAGLE) | (1 << WEAPON_FIVESEVEN));
|
||||
|
||||
// maximum collide moves
|
||||
const int MAX_COLLIDE_MOVES = 4;
|
||||
const int MAX_COLLIDE_MOVES = 3;
|
||||
|
||||
// this structure links waypoints returned from pathfinder
|
||||
struct PathNode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue