summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2005-06-16 17:53:40 +0000
committermatthijs <matthijs@openttd.org>2005-06-16 17:53:40 +0000
commitfc5784a3103d5e4fc0dbfec5f905a6ebbfd9c84b (patch)
treeb393c22d92fe82d6de7c2c0eef53d90bfd8e3430 /variables.h
parent085cc7ca0ef7e9ac88d197669177fc8d7d8266f8 (diff)
downloadopenttd-fc5784a3103d5e4fc0dbfec5f905a6ebbfd9c84b.tar.xz
(svn r2447) * Add: [NPF] Penalty for road vehicles making turns.
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 1 insertions, 0 deletions
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;