summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2005-03-08 19:59:56 +0000
committermatthijs <matthijs@openttd.org>2005-03-08 19:59:56 +0000
commite7af60594b584521d90d504cde4032834734522b (patch)
tree8c987666994b0ccd8a17a956af447380d10181c2 /variables.h
parent6a5495f83c431b4b12dc0e5ce4406571aa524577 (diff)
downloadopenttd-e7af60594b584521d90d504cde4032834734522b.tar.xz
(svn r1964) - Add: [NPF] Added a penalty
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 ecc525749..3149f827b 100644
--- a/variables.h
+++ b/variables.h
@@ -196,6 +196,7 @@ typedef struct Patches {
uint32 npf_rail_lastred_penalty; /* The penalty for when the last signal is red */
uint32 npf_rail_station_penalty; /* The penalty for station tiles */
uint32 npf_rail_slope_penalty; /* The penalty for sloping upwards */
+ uint32 npf_rail_curve_penalty; /* The penalty for curves */
bool population_in_label; // Show the population of a town in his label?
} Patches;