(svn r2447) * Add: [NPF] Penalty for road vehicles making turns.

This commit is contained in:
matthijs
2005-06-16 17:53:40 +00:00
parent 085cc7ca0e
commit fc5784a310
3 changed files with 7 additions and 2 deletions

View File

@@ -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;