diff options
Diffstat (limited to 'src/station.cpp')
-rw-r--r-- | src/station.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/station.cpp b/src/station.cpp index 003798a8f..cafdf51f2 100644 --- a/src/station.cpp +++ b/src/station.cpp @@ -155,6 +155,11 @@ void Station::AddFacility(StationFacility new_facility_bit, TileIndex facil_xy) this->build_date = _date; } +/** + * Marks the tiles of the station as dirty. + * + * @ingroup dirty + */ void Station::MarkTilesDirty(bool cargo_change) const { TileIndex tile = this->train_station.tile; |