mirror of https://github.com/OpenTTD/OpenTTD
(svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138)
parent
a7d5363e65
commit
ac9fb1c34e
|
@ -247,7 +247,6 @@ public:
|
||||||
* - penalty for too long or too short platform on the destination station
|
* - penalty for too long or too short platform on the destination station
|
||||||
*/
|
*/
|
||||||
int transition_cost = 0;
|
int transition_cost = 0;
|
||||||
int tile_cost = 0;
|
|
||||||
int extra_cost = 0;
|
int extra_cost = 0;
|
||||||
|
|
||||||
/* Segment: one or more tiles connected by contiguous tracks of the same type.
|
/* Segment: one or more tiles connected by contiguous tracks of the same type.
|
||||||
|
|
Loading…
Reference in New Issue