src/tunnelbridge_cmd.cpp
changeset 7697 a6e9a0f46db9
parent 7682 ee53a5efa35b
child 7728 68e794385dc9
equal deleted inserted replaced
7696:ecb9955c0a4a 7697:a6e9a0f46db9
   925 			{  1,  0, -15, -14,  0, 15, 16,  1, 0, 1, 16, 15 }, // NE
   925 			{  1,  0, -15, -14,  0, 15, 16,  1, 0, 1, 16, 15 }, // NE
   926 			{  0,  1, -14, -15, 15,  0,  1, 16, 1, 0, 15, 16 }, // SE
   926 			{  0,  1, -14, -15, 15,  0,  1, 16, 1, 0, 15, 16 }, // SE
   927 			{  1,  0, -15, -14,  0, 15, 16,  1, 0, 1, 16, 15 }, // SW
   927 			{  1,  0, -15, -14,  0, 15, 16,  1, 0, 1, 16, 15 }, // SW
   928 			{  0,  1, -14, -15, 15,  0,  1, 16, 1, 0, 15, 16 }, // NW
   928 			{  0,  1, -14, -15, 15,  0,  1, 16, 1, 0, 15, 16 }, // NW
   929 		};
   929 		};
   930 		static const int *BB_data = _tunnel_BB[GetTunnelDirection(ti->tile)];
   930 		const int *BB_data = _tunnel_BB[GetTunnelDirection(ti->tile)];
   931 
   931 
   932 		bool catenary = false;
   932 		bool catenary = false;
   933 
   933 
   934 		if (GetTunnelTransportType(ti->tile) == TRANSPORT_RAIL) {
   934 		if (GetTunnelTransportType(ti->tile) == TRANSPORT_RAIL) {
   935 			image = GetRailTypeInfo(GetRailType(ti->tile))->base_sprites.tunnel;
   935 			image = GetRailTypeInfo(GetRailType(ti->tile))->base_sprites.tunnel;