summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'station.h')
-rw-r--r--station.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/station.h b/station.h
index 1d4c850a8..aaa168384 100644
--- a/station.h
+++ b/station.h
@@ -47,15 +47,6 @@ typedef struct StationSpecList {
uint8 localidx; /// Station ID within GRF of station
} StationSpecList;
-/** Station spread out rectangle (not saved) */
-typedef struct StationRect
-{
- uint16 left;
- uint16 top;
- uint16 right;
- uint16 bottom;
-} StationRect;
-
struct Station {
TileIndex xy;
RoadStop *bus_stops;
@@ -104,7 +95,7 @@ struct Station {
byte bus_stop_status_obsolete;
byte blocked_months_obsolete;
- StationRect rect;
+ Rect rect; ///< Station spread out rectangle (not saved) maintained by StationRect_xxx() functions
};
enum {