summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-02 22:52:36 +0000
committerrubidium <rubidium@openttd.org>2008-08-02 22:52:36 +0000
commit4f5f3846a041d002dc05ba17b7ae035108257603 (patch)
tree200074fca91ef53cb9bbbfc8f166f7ed7b2df195 /src/settings_type.h
parentcd041b6944a392dedeef5fa8caa07c340200d9d7 (diff)
downloadopenttd-4f5f3846a041d002dc05ba17b7ae035108257603.tar.xz
(svn r13947) -Codechange [YAPP]: Added YAPP-related penalties to NPF. (michi_cc)
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 708d44134..493e60118 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -185,6 +185,8 @@ struct NPFSettings {
uint32 npf_rail_slope_penalty; ///< the penalty for sloping upwards
uint32 npf_rail_curve_penalty; ///< the penalty for curves
uint32 npf_rail_depot_reverse_penalty; ///< the penalty for reversing in depots
+ uint32 npf_rail_pbs_cross_penalty; ///< the penalty for crossing a reserved rail track
+ uint32 npf_rail_pbs_signal_back_penalty; ///< the penalty for passing a pbs signal from the backside
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