fixed bot's don't shoot at near-zero distance [need testing]

This commit is contained in:
jeefo 2016-01-26 21:18:59 +03:00
commit e9d826ccea
4 changed files with 9 additions and 14 deletions

View file

@ -1431,11 +1431,6 @@ public:
m_deathMsgSent = sent;
}
inline bool GetDeathMsgState (void)
{
return m_deathMsgSent;
}
// grenades
void UpdateActiveGrenades (void);
const Array <entity_t> &GetActiveGrenades (void);