bump version number

fixed some of coverity warnings
This commit is contained in:
jeefo 2016-03-09 23:32:45 +03:00
commit 1259276bcb
8 changed files with 15 additions and 14 deletions

View file

@ -1022,7 +1022,7 @@ void Bot::CombatFight (void)
if (m_currentWeapon == WEAPON_KNIFE) // knife?
approach = 100;
if ((m_states & STATE_SUSPECT_ENEMY) && !(m_states & STATE_SEEING_ENEMY)) // if suspecting enemy stand still
else if ((m_states & STATE_SUSPECT_ENEMY) && !(m_states & STATE_SEEING_ENEMY)) // if suspecting enemy stand still
approach = 49;
else if (m_isReloading || m_isVIP) // if reloading or vip back off
approach = 29;