summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-05-08 13:35:25 +0000
committerpeter1138 <peter1138@openttd.org>2006-05-08 13:35:25 +0000
commit7d41c0d7cf43adaee46915b52f502b167d51238b (patch)
tree91a7682c9f1673532672c2e43c514ba3476fde89 /station.h
parente33db100b904a8676e6b3d76d954dfc3306bbd4e (diff)
downloadopenttd-7d41c0d7cf43adaee46915b52f502b167d51238b.tar.xz
(svn r4782) - Newstations: fix issue with saving/loading games with newstations on big endian architectures.
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;