vision: use old look angles update only for low-skilled bots.
This commit is contained in:
parent
71355066a4
commit
aa32b0a639
1 changed files with 1 additions and 1 deletions
|
|
@ -2820,7 +2820,7 @@ void Bot::updateLookAngles () {
|
||||||
direction.clampAngles ();
|
direction.clampAngles ();
|
||||||
|
|
||||||
// lower skilled bot's have lower aiming
|
// lower skilled bot's have lower aiming
|
||||||
if (m_difficulty < Difficulty::Normal) {
|
if (m_difficulty == Difficulty::Noob) {
|
||||||
updateLookAnglesNewbie (direction, delta);
|
updateLookAnglesNewbie (direction, delta);
|
||||||
updateBodyAngles ();
|
updateBodyAngles ();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue