removed useless duck collision

This commit is contained in:
jeefo 2015-07-20 23:18:50 +03:00
commit 714508d6ef
2 changed files with 5 additions and 5 deletions

View file

@ -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