diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:04:32 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:04:32 +0000 |
commit | 741c431caa59670bbe53740cc8a864992ce1bbd2 (patch) | |
tree | 42e4ab0bb88bb7afa969a268dc03dbe4b611a41b /src/saveload | |
parent | 04e3eb6fabc0e4aff04c189368356b8af15e9655 (diff) | |
download | openttd-741c431caa59670bbe53740cc8a864992ce1bbd2.tar.xz |
(svn r25362) -Feature: consider cargo waiting at other stations for rating at the origin station
Diffstat (limited to 'src/saveload')
-rw-r--r-- | src/saveload/station_sl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/saveload/station_sl.cpp b/src/saveload/station_sl.cpp index 7c43cc7a8..8193bf623 100644 --- a/src/saveload/station_sl.cpp +++ b/src/saveload/station_sl.cpp @@ -282,6 +282,7 @@ const SaveLoad *GetGoodsDesc() SLE_CONDVAR(GoodsEntry, link_graph, SLE_UINT16, 183, SL_MAX_VERSION), SLE_CONDVAR(GoodsEntry, node, SLE_UINT16, 183, SL_MAX_VERSION), SLEG_CONDVAR( _num_flows, SLE_UINT32, 183, SL_MAX_VERSION), + SLE_CONDVAR(GoodsEntry, max_waiting_cargo, SLE_UINT32, 183, SL_MAX_VERSION), SLE_END() }; |