diff options
author | celestar <celestar@openttd.org> | 2006-04-12 12:50:40 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2006-04-12 12:50:40 +0000 |
commit | bdcb4bbf1d9119c261d5304867b623c32088fb44 (patch) | |
tree | 24bd666ef4dcad62f0ccdd40ac5891d7056cf6aa /table | |
parent | f733f9467798c9cf3b26bdc18233d46e4fc4c7a9 (diff) | |
download | openttd-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.h | 2 |
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, }; |