Compile bug fixes.

This commit is contained in:
whipowill
2022-05-18 16:25:09 -05:00
parent 20bb616804
commit 7b55e7aec4
4 changed files with 14 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ class FleeManager
Player* bot;
float maxAllowedDistance;
float followAngle;
[[maybe_unused]] float followAngle; // unused - whipowill
bool forceMaxDistance;
WorldPosition startPosition;
};