(svn r1964) - Add: [NPF] Added a penalty

This commit is contained in:
matthijs
2005-03-08 19:59:56 +00:00
parent 6a5495f83c
commit e7af60594b
3 changed files with 6 additions and 1 deletions

View File

@@ -196,6 +196,7 @@ typedef struct Patches {
uint32 npf_rail_lastred_penalty; /* The penalty for when the last signal is red */
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 */
bool population_in_label; // Show the population of a town in his label?
} Patches;