diff -r 4590f0ae89a5 -r 009a240d035a variables.h --- a/variables.h Mon May 02 21:56:01 2005 +0000 +++ b/variables.h Mon May 02 22:13:20 2005 +0000 @@ -211,6 +211,8 @@ uint32 npf_rail_station_penalty; /* The penalty for station tiles */ uint32 npf_rail_slope_penalty; /* The penalty for sloping upwards */ uint32 npf_rail_curve_penalty; /* The penalty for curves */ + uint32 npf_buoy_penalty; /* The penalty for going over (through) a buoy */ + uint32 npf_water_curve_penalty; /* The penalty for curves */ bool population_in_label; // Show the population of a town in his label? } Patches;