equal
deleted
inserted
replaced
93 Trackdir m_old_td; ///< the trackdir (the vehicle was on) before move |
93 Trackdir m_old_td; ///< the trackdir (the vehicle was on) before move |
94 TileIndex m_new_tile; ///< the new tile (the vehicle has entered) |
94 TileIndex m_new_tile; ///< the new tile (the vehicle has entered) |
95 TrackdirBits m_new_td_bits; ///< the new set of available trackdirs |
95 TrackdirBits m_new_td_bits; ///< the new set of available trackdirs |
96 DiagDirection m_exitdir; ///< exit direction (leaving the old tile) |
96 DiagDirection m_exitdir; ///< exit direction (leaving the old tile) |
97 bool m_is_tunnel; ///< last turn passed tunnel |
97 bool m_is_tunnel; ///< last turn passed tunnel |
|
98 bool m_is_bridge; ///< last turn passed bridge ramp |
98 bool m_is_station; ///< last turn passed station |
99 bool m_is_station; ///< last turn passed station |
99 int m_tiles_skipped; ///< number of skipped tunnel or station tiles |
100 int m_tiles_skipped; ///< number of skipped tunnel or station tiles |
100 } FollowTrack_t; |
101 } FollowTrack_t; |
101 |
102 |
102 /** Initializes FollowTrack_t structure */ |
103 /** Initializes FollowTrack_t structure */ |