Fix ship collision avoidance near docks when dock not under station sign

See #77
This commit is contained in:
Jonathan G Rennison
2019-02-22 22:08:30 +00:00
parent 635ee89b86
commit e6ee962b03
3 changed files with 17 additions and 1 deletions

View File

@@ -515,6 +515,7 @@ public:
}
bool IsDockingTile(TileIndex tile) const;
bool IsWithinRangeOfDockingTile(TileIndex tile, uint max_distance) const;
/* virtual */ uint32 GetNewGRFVariable(const ResolverObject &object, byte variable, byte parameter, bool *available) const;