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

@ -235,7 +235,7 @@ void Bot::CheckGrenadeThrow (void)
int friendCount = GetNearbyFriendsNearPosition (path->origin, 256.0f);
if (friendCount != 0 || !(m_difficulty == 4 && friendCount != 0))
if (friendCount > 0 && m_difficulty < 4)
continue;
m_throw = path->origin;