From bdcb4bbf1d9119c261d5304867b623c32088fb44 Mon Sep 17 00:00:00 2001 From: celestar Date: Wed, 12 Apr 2006 12:50:40 +0000 Subject: (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 --- table/track_land.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'table') diff --git a/table/track_land.h b/table/track_land.h index 6d8d90d21..9d96a0497 100644 --- a/table/track_land.h +++ b/table/track_land.h @@ -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, }; -- cgit v1.2.3-70-g09d2