(svn r4384) -Codechange: rail drawing code

-Added a function to obtain the axis of a waypoint
    -Moved the waypoint layout tables from the depot layout tables into an own one
    -Use GetRailTileSubtype
This commit is contained in:
celestar
2006-04-12 12:50:40 +00:00
parent 7b6e932d82
commit e81a1821f1
3 changed files with 12 additions and 5 deletions

View File

@@ -58,7 +58,9 @@ static const DrawTrackSeqStruct* const _track_depot_layout_table[] = {
_track_depot_layout_table_1,
_track_depot_layout_table_2,
_track_depot_layout_table_3,
};
static const DrawTrackSeqStruct* const _track_waypoint_layout_table[] = {
_track_waypoint_table_0,
_track_waypoint_table_1,
};