variables.h
changeset 1643 420cad9e62e4
parent 1529 3a8196d15b01
child 1688 af2bb9bcb2ed
equal deleted inserted replaced
1642:1678f11897cc 1643:420cad9e62e4
   193 	bool ainew_active;  // Is the new AI active?
   193 	bool ainew_active;  // Is the new AI active?
   194 
   194 
   195 	/* New Path Finding */
   195 	/* New Path Finding */
   196 	bool new_pathfinding_all; /* Use the newest pathfinding algorithm for all */
   196 	bool new_pathfinding_all; /* Use the newest pathfinding algorithm for all */
   197 
   197 
   198 	uint32 npf_rail_firstred_penalty; /* The penalty for when the first signal is red */
   198 	uint32 npf_rail_firstred_penalty; /* The penalty for when the first signal is red (and it is not an exit or combo signal) */
       
   199 	uint32 npf_rail_firstred_exit_penalty; /* The penalty for when the first signal is red (and it is an exit or combo signal) */
   199 	uint32 npf_rail_lastred_penalty; /* The penalty for when the last signal is red */
   200 	uint32 npf_rail_lastred_penalty; /* The penalty for when the last signal is red */
   200 	uint32 npf_rail_station_penalty; /* The penalty for station tiles */
   201 	uint32 npf_rail_station_penalty; /* The penalty for station tiles */
   201 	uint32 npf_rail_slope_penalty; /* The penalty for sloping upwards */
   202 	uint32 npf_rail_slope_penalty; /* The penalty for sloping upwards */
   202 	uint32 npf_rail_curve_penalty; /* The penalty for curves */
   203 	uint32 npf_rail_curve_penalty; /* The penalty for curves */
   203 
   204