variables.h
changeset 1751 954dd2900ac9
parent 1700 b8ecf0494fdd
child 1770 b6bda4dc6da2
--- 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;