diff options
Diffstat (limited to 'yapf/yapf.h')
-rw-r--r-- | yapf/yapf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yapf/yapf.h b/yapf/yapf.h index f9aec4dcc..4fc0b0043 100644 --- a/yapf/yapf.h +++ b/yapf/yapf.h @@ -34,9 +34,9 @@ typedef struct FollowTrack_t Trackdir m_old_td; TileIndex m_new_tile; TrackdirBits m_new_td_bits; +// TrackdirBits m_red_td_bits; DiagDirection m_exitdir; bool m_is_tunnel; - bool m_is_bridge; bool m_is_station; int m_tiles_skipped; } FollowTrack_t; |