corrected unit removal

dropping the SUPPLY order if there are no extractors
addded optional exact destination pos to shortest paths
This commit is contained in:
devZoGok
2024-01-24 14:54:34 +02:00
parent 1c680aebf2
commit a7718cb9e1
10 changed files with 47 additions and 29 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ namespace battleship{
std::vector<vb01::Vector3> pathPoints;
void navigate(float = 0.);
void preparePathpoints(Order&, vb01::Vector3);
void preparePathpoints(Order&, vb01::Vector3, bool = false);
void alignToSurface();
void attack(Order);
void garrison(Order);