From b618b75c9b189b13c296cff78d4f070c52fae035 Mon Sep 17 00:00:00 2001 From: celestar Date: Fri, 2 Jun 2006 13:05:41 +0000 Subject: (svn r5070) Merged the bridge branch -Feature: Bridges can now be placed above: Any railway track combination (excluding depots and waypoints) Any road combination (excluding depots) Clear tiles (duh), including fields Tunnel entrances Bridge heads Thanks to Tron for idea and implementation, KUDr for the yapf synchronization and many others for hours of testing There are still a number of visual problems remaining, especially when electric railways are on or under the bridge. DO NOT REPORT THOSE BUGS FOR THE TIME BEING please. --- table/sprites.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'table') diff --git a/table/sprites.h b/table/sprites.h index c74239e35..1af230eca 100644 --- a/table/sprites.h +++ b/table/sprites.h @@ -708,6 +708,27 @@ enum Sprites { SPR_BTTUB_X_RAIL_REAR_BEG = 2569, SPR_BTTUB_X_RAIL_REAR_MID = 2570, SPR_BTTUB_X_RAIL_REAR_END = 2571, + SPR_BTTUB_Y_RAIL_REAR_BEG = 2572, + SPR_BTTUB_Y_RAIL_REAR_MID = 2573, + SPR_BTTUB_Y_RAIL_REAR_END = 2574, + SPR_BTTUB_X_ROAD_REAR_BEG = 2575, + SPR_BTTUB_X_ROAD_REAR_MID = 2576, + SPR_BTTUB_X_ROAD_REAR_END = 2577, + SPR_BTTUB_Y_ROAD_REAR_BEG = 2578, + SPR_BTTUB_Y_ROAD_REAR_MID = 2579, + SPR_BTTUB_Y_ROAD_REAR_END = 2580, + SPR_BTTUB_X_MONO_REAR_BEG = 2581, + SPR_BTTUB_X_MONO_REAR_MID = 2582, + SPR_BTTUB_X_MONO_REAR_END = 2583, + SPR_BTTUB_Y_MONO_REAR_BEG = 2584, + SPR_BTTUB_Y_MONO_REAR_MID = 2585, + SPR_BTTUB_Y_MONO_REAR_END = 2586, + SPR_BTTUB_X_MGLV_REAR_BEG = 2587, + SPR_BTTUB_X_MGLV_REAR_MID = 2588, + SPR_BTTUB_X_MGLV_REAR_END = 2589, + SPR_BTTUB_Y_MGLV_REAR_BEG = 2590, + SPR_BTTUB_Y_MGLV_REAR_MID = 2591, + SPR_BTTUB_Y_MGLV_REAR_END = 2592, /* ramps (for all bridges except wood and tubular?)*/ -- cgit v1.2.3-70-g09d2