From 1951817f3b3682fc71c5986cb4aa5e768b32d789 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 20 Apr 2007 08:00:30 +0000 Subject: (svn r9683) -Fix [FS#423]: improved loading does not use a huge amount of processing power anymore when having a lot of trains. --- src/station_cmd.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index ac5ceadff..5682b8baf 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -2795,6 +2795,8 @@ static const SaveLoad _station_desc[] = { SLE_CONDVAR(Station, waiting_triggers, SLE_UINT8, 27, SL_MAX_VERSION), SLE_CONDVAR(Station, num_specs, SLE_UINT8, 27, SL_MAX_VERSION), + SLE_CONDLST(Station, loading_vehicles, REF_VEHICLE, 57, SL_MAX_VERSION), + // reserve extra space in savegame here. (currently 32 bytes) SLE_CONDNULL(32, 2, SL_MAX_VERSION), -- cgit v1.2.3-54-g00ecf