openttd.c
branchcustombridgeheads
changeset 5596 fdbe3e553294
parent 5590 dc34c43fc3eb
child 5598 166345600ba9
equal deleted inserted replaced
5595:049ed4486972 5596:fdbe3e553294
  1360 					} else {
  1360 					} else {
  1361 						SetTileType(tile, MP_STREET_BRIDGE);
  1361 						SetTileType(tile, MP_STREET_BRIDGE);
  1362 					}
  1362 					}
  1363 					CLRBIT(_m[tile].m5, 7);
  1363 					CLRBIT(_m[tile].m5, 7);
  1364 					SB(_m[tile].m5, 2, 2, 0);
  1364 					SB(_m[tile].m5, 2, 2, 0);
       
  1365 					SB(_m[tile].m4, 5, 2, GB(_m[tile].m5, 0, 2));
       
  1366 					SB(_m[tile].m5, 0, 2, 0);
  1365 				} else { /* Tunnel */
  1367 				} else { /* Tunnel */
  1366 					SetTileType(tile, MP_TUNNEL);
  1368 					SetTileType(tile, MP_TUNNEL);
  1367 				}
  1369 				}
  1368 			}
  1370 			}
  1369 		}
  1371 		}