variables.h
changeset 1941 b1cb02c0401c
parent 1787 79730785d7e7
child 1958 625d71cd6898
equal deleted inserted replaced
1940:d6837f067bc9 1941:b1cb02c0401c
   213 	uint32 npf_rail_slope_penalty; /* The penalty for sloping upwards */
   213 	uint32 npf_rail_slope_penalty; /* The penalty for sloping upwards */
   214 	uint32 npf_rail_curve_penalty; /* The penalty for curves */
   214 	uint32 npf_rail_curve_penalty; /* The penalty for curves */
   215 	uint32 npf_rail_depot_reverse_penalty; /* The penalty for reversing in depots */
   215 	uint32 npf_rail_depot_reverse_penalty; /* The penalty for reversing in depots */
   216 	uint32 npf_buoy_penalty; /* The penalty for going over (through) a buoy */
   216 	uint32 npf_buoy_penalty; /* The penalty for going over (through) a buoy */
   217 	uint32 npf_water_curve_penalty; /* The penalty for curves */
   217 	uint32 npf_water_curve_penalty; /* The penalty for curves */
       
   218 	uint32 npf_road_curve_penalty; /* The penalty for curves */
   218 
   219 
   219 	bool population_in_label; // Show the population of a town in his label?
   220 	bool population_in_label; // Show the population of a town in his label?
   220 } Patches;
   221 } Patches;
   221 
   222 
   222 VARDEF Patches _patches;
   223 VARDEF Patches _patches;