summaryrefslogtreecommitdiff
path: root/src/waypoint_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/waypoint_base.h')
-rw-r--r--src/waypoint_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/waypoint_base.h b/src/waypoint_base.h
index c11c2f2b2..be1d0bd0d 100644
--- a/src/waypoint_base.h
+++ b/src/waypoint_base.h
@@ -27,6 +27,8 @@ struct Waypoint FINAL : SpecializedStation<Waypoint, true> {
void UpdateVirtCoord() override;
+ void MoveSign(TileIndex new_xy) override;
+
inline bool TileBelongsToRailStation(TileIndex tile) const override
{
return IsRailWaypointTile(tile) && GetStationIndex(tile) == this->index;