mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 01:19:11 +00:00
(svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user