fixed a huge :) bug in strafing
This commit is contained in:
parent
714508d6ef
commit
db3cf85758
1 changed files with 1 additions and 1 deletions
|
|
@ -1185,7 +1185,7 @@ void Bot::CombatFight (void)
|
|||
else
|
||||
{
|
||||
if (!CheckWallOnRight ())
|
||||
m_strafeSpeed = -pev->maxspeed;
|
||||
m_strafeSpeed = pev->maxspeed;
|
||||
else
|
||||
{
|
||||
m_combatStrafeDir ^= 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue