Fix #9020: Update station coverage highlight when adding/removing tiles

This commit is contained in:
Tyler Trahan
2022-02-22 14:00:37 -07:00
committed by Michael Lutz
parent c73f578e8c
commit fbbc80f79e
3 changed files with 13 additions and 3 deletions

View File

@@ -98,5 +98,6 @@ struct Town;
void SetViewportCatchmentStation(const Station *st, bool sel);
void SetViewportCatchmentTown(const Town *t, bool sel);
void MarkCatchmentTilesDirty();
#endif /* VIEWPORT_FUNC_H */