Home
last modified time | relevance | path

Searched refs:rail_curve45_penalty (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dsettings_type.h421 uint32 rail_curve45_penalty; ///< penalty for curve member
/dports/games/openttd/openttd-12.1/src/table/settings/
H A Dpathfinding_settings.ini395 var = pf.yapf.rail_curve45_penalty
/dports/games/openttd/openttd-12.1/src/pathfinder/yapf/
H A Dyapf_costrail.hpp104 cost += Yapf().PfGetSettings().rail_curve45_penalty; in CurveCost()