(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:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user