mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Nullkiller: parallel object clusterization, stabilization
This commit is contained in:
committed by
Andrii Danylchenko
parent
66843b22d3
commit
9a203b8af9
@@ -69,7 +69,7 @@ namespace AIPathfinding
|
||||
if(shipyard->shipyardStatus() == IShipyard::GOOD)
|
||||
{
|
||||
int3 boatLocation = shipyard->bestLocation();
|
||||
virtualBoats[boatLocation] = std::make_shared<BuildBoatAction>(shipyard);
|
||||
virtualBoats[boatLocation] = std::make_shared<BuildBoatAction>(cb, shipyard);
|
||||
logAi->debug("Virtual boat added at %s", boatLocation.toString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user