summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-04-12 12:50:40 +0000
committercelestar <celestar@openttd.org>2006-04-12 12:50:40 +0000
commitbdcb4bbf1d9119c261d5304867b623c32088fb44 (patch)
tree24bd666ef4dcad62f0ccdd40ac5891d7056cf6aa /table
parentf733f9467798c9cf3b26bdc18233d46e4fc4c7a9 (diff)
downloadopenttd-bdcb4bbf1d9119c261d5304867b623c32088fb44.tar.xz
(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
Diffstat (limited to 'table')
-rw-r--r--table/track_land.h2
1 files changed, 2 insertions, 0 deletions
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,
};