variables.h
changeset 1751 954dd2900ac9
parent 1700 b8ecf0494fdd
child 1770 b6bda4dc6da2
equal deleted inserted replaced
1750:3d8ca7061851 1751:954dd2900ac9
   209 	uint32 npf_rail_firstred_exit_penalty; /* The penalty for when the first signal is red (and it is an exit or combo signal) */
   209 	uint32 npf_rail_firstred_exit_penalty; /* The penalty for when the first signal is red (and it is an exit or combo signal) */
   210 	uint32 npf_rail_lastred_penalty; /* The penalty for when the last signal is red */
   210 	uint32 npf_rail_lastred_penalty; /* The penalty for when the last signal is red */
   211 	uint32 npf_rail_station_penalty; /* The penalty for station tiles */
   211 	uint32 npf_rail_station_penalty; /* The penalty for station tiles */
   212 	uint32 npf_rail_slope_penalty; /* The penalty for sloping upwards */
   212 	uint32 npf_rail_slope_penalty; /* The penalty for sloping upwards */
   213 	uint32 npf_rail_curve_penalty; /* The penalty for curves */
   213 	uint32 npf_rail_curve_penalty; /* The penalty for curves */
       
   214 	uint32 npf_buoy_penalty; /* The penalty for going over (through) a buoy */
       
   215 	uint32 npf_water_curve_penalty; /* The penalty for curves */
   214 
   216 
   215 	bool population_in_label; // Show the population of a town in his label?
   217 	bool population_in_label; // Show the population of a town in his label?
   216 } Patches;
   218 } Patches;
   217 
   219 
   218 VARDEF Patches _patches;
   220 VARDEF Patches _patches;