From fc5784a3103d5e4fc0dbfec5f905a6ebbfd9c84b Mon Sep 17 00:00:00 2001 From: matthijs Date: Thu, 16 Jun 2005 17:53:40 +0000 Subject: (svn r2447) * Add: [NPF] Penalty for road vehicles making turns. --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 80624aaeb..3525783b9 100644 --- a/variables.h +++ b/variables.h @@ -215,6 +215,7 @@ typedef struct Patches { uint32 npf_rail_depot_reverse_penalty; /* The penalty for reversing in depots */ uint32 npf_buoy_penalty; /* The penalty for going over (through) a buoy */ uint32 npf_water_curve_penalty; /* The penalty for curves */ + uint32 npf_road_curve_penalty; /* The penalty for curves */ bool population_in_label; // Show the population of a town in his label? } Patches; -- cgit v1.2.3-54-g00ecf