(svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138)

pull/155/head
KUDr 17 years ago
parent aa93897197
commit 1983b349f6

@ -247,7 +247,6 @@ public:
* - penalty for too long or too short platform on the destination station
*/
int transition_cost = 0;
int tile_cost = 0;
int extra_cost = 0;
/* Segment: one or more tiles connected by contiguous tracks of the same type.

Loading…
Cancel
Save