yapf/yapf.h
changeset 3977 edb5b94e2094
parent 3933 a5f08e17f4a0
child 4462 808d9d5fb7a3
equal deleted inserted replaced
3976:b52d2c1acc5c 3977:edb5b94e2094
    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;
    37 	DiagDirection m_exitdir;
    38 	DiagDirection m_exitdir;
    38 	bool          m_is_tunnel;
    39 	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 */