(svn r4782) - Newstations: fix issue with saving/loading games with newstations on big endian architectures.

This commit is contained in:
peter1138
2006-05-08 13:35:25 +00:00
parent 05e2c6b886
commit e4aed98827
2 changed files with 8 additions and 4 deletions

View File

@@ -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;