some changes

This commit is contained in:
jeefo 2025-01-22 20:14:11 +03:00
commit 003fd33d59
No known key found for this signature in database
GPG key ID: D696786B81B667C8
6 changed files with 18 additions and 26 deletions

View file

@ -3204,7 +3204,7 @@ void Bot::checkSpawnConditions () {
void Bot::logic () {
// this function gets called each frame and is the core of all bot ai. from here all other subroutines are called
float movedDistance = 4.0f; // length of different vector (distance bot moved)
float movedDistance = 2.0f; // length of different vector (distance bot moved)
resetMovement ();