tunnelbridge_cmd.c
changeset 1542 2ca6d1624e6d
parent 1430 68847f67a412
child 1562 a5507e041d97
equal deleted inserted replaced
1541:5c98ae4cf541 1542:2ca6d1624e6d
   928 // 0 1  2  3  4 5 6 7  8 9 10 11 12 13 14 15
   928 // 0 1  2  3  4 5 6 7  8 9 10 11 12 13 14 15
   929 	{1,16,18,3,20,5,0,7,22,0,10,11,12,13,14},
   929 	{1,16,18,3,20,5,0,7,22,0,10,11,12,13,14},
   930 	{1,15,17,0,19,5,6,7,21,9,10,11, 0,13,14},
   930 	{1,15,17,0,19,5,6,7,21,9,10,11, 0,13,14},
   931 };
   931 };
   932 
   932 
   933 extern const byte _track_sloped_sprites[14];
       
   934 extern const byte _road_sloped_sprites[14];
   933 extern const byte _road_sloped_sprites[14];
   935 
   934 
       
   935 #include "table/track_land.h"
   936 #include "table/bridge_land.h"
   936 #include "table/bridge_land.h"
   937 #include "table/tunnel_land.h"
   937 #include "table/tunnel_land.h"
   938 #include "table/water_land.h"
   938 #include "table/water_land.h"
   939 
   939 
   940 static void DrawBridgePillars(TileInfo *ti, int x, int y, int z)
   940 static void DrawBridgePillars(TileInfo *ti, int x, int y, int z)