bot: more correct clearance for lost hostages

fix: bot sometime stuck in shoot breakable task (ref #606)
refactor: fix task names in debug mode
This commit is contained in:
jeefo 2024-08-06 09:02:35 +03:00
commit d8ed0e565c
No known key found for this signature in database
GPG key ID: D696786B81B667C8
3 changed files with 19 additions and 28 deletions

View file

@ -478,7 +478,7 @@ private:
void updateHearing ();
void postProcessGoals (const IntArray &goals, int result[]);
void updatePickups ();
void ensureEntitiesClear ();
void ensurePickupEntitiesClear ();
void checkTerrain (float movedDistance, const Vector &dirNormal);
void checkFall ();
void checkDarkness ();