From 7d41c0d7cf43adaee46915b52f502b167d51238b Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 8 May 2006 13:35:25 +0000 Subject: (svn r4782) - Newstations: fix issue with saving/loading games with newstations on big endian architectures. --- station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'station.h') 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; -- cgit v1.2.3-54-g00ecf