variables.h
changeset 5163 83acad83bbdd
parent 5144 4436139e3b99
child 5211 651c9272ad22
equal deleted inserted replaced
5162:f1d90a883266 5163:83acad83bbdd
   211 	uint32 npf_road_curve_penalty;         /* The penalty for curves */
   211 	uint32 npf_road_curve_penalty;         /* The penalty for curves */
   212 	uint32 npf_crossing_penalty;           /* The penalty for level crossings */
   212 	uint32 npf_crossing_penalty;           /* The penalty for level crossings */
   213 
   213 
   214 	bool population_in_label; // Show the population of a town in his label?
   214 	bool population_in_label; // Show the population of a town in his label?
   215 
   215 
       
   216 	uint8 freight_trains; ///< Value to multiply the weight of cargo by
       
   217 
   216 	/** YAPF settings */
   218 	/** YAPF settings */
   217 	YapfSettings  yapf;
   219 	YapfSettings  yapf;
   218 
   220 
   219 } Patches;
   221 } Patches;
   220 
   222