diff options
Diffstat (limited to 'yapf/yapf.h')
-rw-r--r-- | yapf/yapf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yapf/yapf.h b/yapf/yapf.h index 3bf8468e9..6b58b4e08 100644 --- a/yapf/yapf.h +++ b/yapf/yapf.h @@ -95,6 +95,7 @@ typedef struct FollowTrack_t TrackdirBits m_new_td_bits; ///< the new set of available trackdirs DiagDirection m_exitdir; ///< exit direction (leaving the old tile) bool m_is_tunnel; ///< last turn passed tunnel + bool m_is_bridge; ///< last turn passed bridge ramp bool m_is_station; ///< last turn passed station int m_tiles_skipped; ///< number of skipped tunnel or station tiles } FollowTrack_t; |