tweaked antistuck code

This commit is contained in:
jeefo 2015-07-20 21:26:20 +03:00
commit 2ca5002e45
6 changed files with 106 additions and 104 deletions

View file

@ -1249,9 +1249,7 @@ void Bot::CombatFight (void)
pev->button &= ~IN_JUMP;
}
}
m_isStuck = false;
m_lastCollTime = GetWorldTime () + 0.5f;
IgnoreCollisionShortly ();
}
bool Bot::HasPrimaryWeapon (void)