yapf/yapf.h
changeset 3933 a5f08e17f4a0
parent 3931 ca6abd14504a
child 3977 edb5b94e2094
equal deleted inserted replaced
3932:882af4997b60 3933:a5f08e17f4a0
    32 	const Vehicle*      m_veh;
    32 	const Vehicle*      m_veh;
    33 	TileIndex     m_old_tile;
    33 	TileIndex     m_old_tile;
    34 	Trackdir      m_old_td;
    34 	Trackdir      m_old_td;
    35 	TileIndex     m_new_tile;
    35 	TileIndex     m_new_tile;
    36 	TrackdirBits  m_new_td_bits;
    36 	TrackdirBits  m_new_td_bits;
    37 //	TrackdirBits  m_red_td_bits;
       
    38 	DiagDirection m_exitdir;
    37 	DiagDirection m_exitdir;
    39 	bool          m_is_tunnel;
    38 	bool          m_is_tunnel;
       
    39 	bool          m_is_bridge;
    40 	bool          m_is_station;
    40 	bool          m_is_station;
    41 	int           m_tiles_skipped;
    41 	int           m_tiles_skipped;
    42 } FollowTrack_t;
    42 } FollowTrack_t;
    43 
    43 
    44 /** track followers */
    44 /** track followers */