mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138)
This commit is contained in:
parent
a7d5363e65
commit
ac9fb1c34e
@ -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…
Reference in New Issue
Block a user