From 039794e83ca40717e0a5aff927f20e7a560ac7c5 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 2 Dec 2006 16:56:32 +0000 Subject: (svn r7326) -Feature: Add support for gradual (un)loading of vehicles (Maedhros) --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index cf5e7702a..22f9cbcb2 100644 --- a/variables.h +++ b/variables.h @@ -89,6 +89,7 @@ typedef struct Patches { 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 + bool gradual_loading; // load vehicles gradually 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