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 | e81a1821f105c66090e24262a9d56663150e58c9 (patch) | |
tree | 24bd666ef4dcad62f0ccdd40ac5891d7056cf6aa /table | |
parent | 7b6e932d82b60088d63cbdb947bd81dae01de404 (diff) | |
download | openttd-e81a1821f105c66090e24262a9d56663150e58c9.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, }; |