Change: Add path cache for ships.
This commit is contained in:
@@ -749,6 +749,8 @@ public:
|
||||
*/
|
||||
virtual bool FindClosestDepot(TileIndex *location, DestinationID *destination, bool *reverse) { return false; }
|
||||
|
||||
virtual void SetDestTile(TileIndex tile) { this->dest_tile = tile; }
|
||||
|
||||
CommandCost SendToDepot(DoCommandFlag flags, DepotCommand command);
|
||||
|
||||
void UpdateVisualEffect(bool allow_power_change = true);
|
||||
|
Reference in New Issue
Block a user