From d701668f50de51f7cac62fda6911135a7332b515 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 29 Nov 2004 11:59:09 +0000 Subject: (svn r853) -Feature: Implement improved vehicle loading algorithm It's not FIFO loading, but does the right thing in the common case: If a vehicle is empty and another vehicle is already loading the same cargo at this station then the vehicle waits. This is an reworked version of [ 1072211 ] submitted by Hackykid, thanks! --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index d96a8bd24..68fb1f331 100644 --- a/variables.h +++ b/variables.h @@ -87,6 +87,7 @@ typedef struct Patches { bool mammoth_trains; // allow very long trains bool join_stations; // allow joining of train stations bool full_load_any; // new full load calculation, any cargo must be full + bool improved_load; // improved loading algorithm byte station_spread; // amount a station may spread bool inflation; // disable inflation bool selectgoods; // only send the goods to station if a train has been there -- cgit v1.2.3-54-g00ecf