summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/station.h b/src/station.h
index eb9046781..0d34a9713 100644
--- a/src/station.h
+++ b/src/station.h
@@ -136,7 +136,8 @@ public:
TileIndex airport_tile;
TileIndex dock_tile;
Town *town;
- uint16 string_id;
+ StringID string_id; ///< Default name (town area) of station
+ char *name; ///< Custom name
ViewportSign sign;