fixed a huge :) bug in strafing

This commit is contained in:
Dmitriy 2015-07-21 12:52:19 +03:00
commit db3cf85758

View file

@ -1185,7 +1185,7 @@ void Bot::CombatFight (void)
else
{
if (!CheckWallOnRight ())
m_strafeSpeed = -pev->maxspeed;
m_strafeSpeed = pev->maxspeed;
else
{
m_combatStrafeDir ^= 1;