equal
deleted
inserted
replaced
128 |
128 |
129 uint8 pathfinder_for_trains; ///< the pathfinder to use for trains |
129 uint8 pathfinder_for_trains; ///< the pathfinder to use for trains |
130 uint8 pathfinder_for_roadvehs; ///< the pathfinder to use for roadvehicles |
130 uint8 pathfinder_for_roadvehs; ///< the pathfinder to use for roadvehicles |
131 uint8 pathfinder_for_ships; ///< the pathfinder to use for ships |
131 uint8 pathfinder_for_ships; ///< the pathfinder to use for ships |
132 |
132 |
|
133 uint8 plane_speed; ///< divisor for speed of aircraft |
|
134 |
133 bool autorenew; |
135 bool autorenew; |
134 int16 autorenew_months; |
136 int16 autorenew_months; |
135 int32 autorenew_money; |
137 int32 autorenew_money; |
136 |
138 |
137 byte pf_maxdepth; ///< maximum recursion depth when searching for a train route for new pathfinder |
139 byte pf_maxdepth; ///< maximum recursion depth when searching for a train route for new pathfinder |