equal
deleted
inserted
replaced
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; |