summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'station.h')
-rw-r--r--station.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/station.h b/station.h
index 5f2a36dad..4101a4d08 100644
--- a/station.h
+++ b/station.h
@@ -72,7 +72,7 @@ struct Station {
byte trainst_w, trainst_h;
/** List of custom stations (StationSpecs) allocated to the station */
- uint num_specs;
+ uint8 num_specs;
StationSpecList *speclist;
uint16 build_date;