(svn r5066) -Feature: [YAPF] Train selects the best station platform by length

This commit is contained in:
KUDr
2006-06-01 21:39:35 +00:00
parent 76a8f036df
commit bd25f49d3f
7 changed files with 75 additions and 11 deletions

View File

@@ -37,7 +37,8 @@ typedef struct FollowTrack_t
// TrackdirBits m_red_td_bits;
DiagDirection m_exitdir;
bool m_is_tunnel;
int m_tunnel_tiles_skipped;
bool m_is_station;
int m_tiles_skipped;
} FollowTrack_t;
/** track followers */