Fix ship collision avoidance near docks when dock not under station sign
See #77
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user