summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
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;