summaryrefslogtreecommitdiff
path: root/station_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'station_cmd.c')
-rw-r--r--station_cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/station_cmd.c b/station_cmd.c
index 64503fb7f..71eec64e2 100644
--- a/station_cmd.c
+++ b/station_cmd.c
@@ -3003,7 +3003,8 @@ static const SaveLoad _station_desc[] = {
// Was custom station class and id
SLE_CONDNULL(2, 3, 25),
- SLE_CONDVAR(Station,build_date, SLE_UINT16, 3, SL_MAX_VERSION),
+ SLE_CONDVAR(Station,build_date, SLE_FILE_U16 | SLE_VAR_I32, 3, 30),
+ SLE_CONDVAR(Station,build_date, SLE_INT32, 31, SL_MAX_VERSION),
SLE_CONDREF(Station,bus_stops, REF_ROADSTOPS, 6, SL_MAX_VERSION),
SLE_CONDREF(Station,truck_stops, REF_ROADSTOPS, 6, SL_MAX_VERSION),