variables.h
changeset 1459 19333d7f99b3
parent 1417 74779e56d5db
child 1460 86d703cbdd3a
equal deleted inserted replaced
1458:d4d918bdb74a 1459:19333d7f99b3
   191 
   191 
   192 	/* New Path Finding */
   192 	/* New Path Finding */
   193 	bool new_pathfinding_all; /* Use the newest pathfinding algorithm for all */
   193 	bool new_pathfinding_all; /* Use the newest pathfinding algorithm for all */
   194 
   194 
   195 	uint32 npf_rail_firstred_penalty; /* The penalty for when the first signal is red */
   195 	uint32 npf_rail_firstred_penalty; /* The penalty for when the first signal is red */
       
   196 	uint32 npf_rail_lastred_penalty; /* The penalty for when the last signal is red */
   196 	uint32 npf_rail_station_penalty; /* The penalty for station tiles */
   197 	uint32 npf_rail_station_penalty; /* The penalty for station tiles */
   197 	uint32 npf_rail_slope_penalty; /* The penalty for sloping upwards */
   198 	uint32 npf_rail_slope_penalty; /* The penalty for sloping upwards */
   198 
   199 
   199 	bool population_in_label; // Show the population of a town in his label?
   200 	bool population_in_label; // Show the population of a town in his label?
   200 } Patches;
   201 } Patches;