summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-11-14 11:04:59 +0000
committerdarkvater <darkvater@openttd.org>2004-11-14 11:04:59 +0000
commit989289faddc4b1f7dee97defb7d80e6d1cea0465 (patch)
treeca221c544cee439913b1d184c7b4c814b2b41f3a /station.h
parent4f6fa3b4682f286f8a2deb87a116c7a99de502aa (diff)
downloadopenttd-989289faddc4b1f7dee97defb7d80e6d1cea0465.tar.xz
(svn r585) -newgrf: GUI for selecting custom waypoint graphics to use. Patch by dominik81 and pasky.
Diffstat (limited to 'station.h')
-rw-r--r--station.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/station.h b/station.h
index 10271785f..826e20961 100644
--- a/station.h
+++ b/station.h
@@ -42,11 +42,12 @@ struct Station {
// trainstation width/height
byte trainst_w, trainst_h;
- byte stat_id, class_id;
+ byte class_id; // custom graphics station class
+ byte stat_id; // custom graphics station id in the @class_id class
uint16 build_date;
//uint16 airport_flags;
- uint32 airport_flags;
+ uint32 airport_flags;
uint16 index;
VehicleID last_vehicle;