summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2019-03-23 12:39:13 +0100
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-03-24 19:26:13 +0100
commitce10d9be3f3ae1422e4e1f79fc5c867ab38526e7 (patch)
treef2f38a9ccc503f04c0a7667703c405ab3cdb8443 /src/station_base.h
parent3860a2ce2acf3e295af087c4ca3bb409a61632fc (diff)
downloadopenttd-ce10d9be3f3ae1422e4e1f79fc5c867ab38526e7.tar.xz
Fix #7374: Ensure k-d trees are always updated when station sign moves
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/station_base.h b/src/station_base.h
index 243a2f0ce..794fbdfdf 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -492,6 +492,8 @@ public:
void UpdateVirtCoord() override;
+ void MoveSign(TileIndex new_xy) override;
+
void AfterStationTileSetChange(bool adding, StationType type);
uint GetPlatformLength(TileIndex tile, DiagDirection dir) const override;