mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-24 20:54:08 +01:00
(svn r16744) [0.7] -Backport from trunk:
- Fix: r16660 and r16669 are needed to make r16709 work as it should. - Fix: some small 'errors' in the English language file
This commit is contained in:
@@ -1285,11 +1285,6 @@ static void GetTileDesc_TunnelBridge(TileIndex tile, TileDesc *td)
|
||||
}
|
||||
|
||||
|
||||
static void AnimateTile_TunnelBridge(TileIndex tile)
|
||||
{
|
||||
/* not used */
|
||||
}
|
||||
|
||||
static void TileLoop_TunnelBridge(TileIndex tile)
|
||||
{
|
||||
bool snow_or_desert = HasTunnelBridgeSnowOrDesert(tile);
|
||||
@@ -1313,13 +1308,6 @@ static void TileLoop_TunnelBridge(TileIndex tile)
|
||||
}
|
||||
}
|
||||
|
||||
static bool ClickTile_TunnelBridge(TileIndex tile)
|
||||
{
|
||||
/* not used */
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
static TrackStatus GetTileTrackStatus_TunnelBridge(TileIndex tile, TransportType mode, uint sub_mode, DiagDirection side)
|
||||
{
|
||||
TransportType transport_type = GetTunnelBridgeTransportType(tile);
|
||||
@@ -1541,8 +1529,8 @@ extern const TileTypeProcs _tile_type_tunnelbridge_procs = {
|
||||
GetAcceptedCargo_TunnelBridge, // get_accepted_cargo_proc
|
||||
GetTileDesc_TunnelBridge, // get_tile_desc_proc
|
||||
GetTileTrackStatus_TunnelBridge, // get_tile_track_status_proc
|
||||
ClickTile_TunnelBridge, // click_tile_proc
|
||||
AnimateTile_TunnelBridge, // animate_tile_proc
|
||||
NULL, // click_tile_proc
|
||||
NULL, // animate_tile_proc
|
||||
TileLoop_TunnelBridge, // tile_loop_clear
|
||||
ChangeTileOwner_TunnelBridge, // change_tile_owner_clear
|
||||
NULL, // get_produced_cargo_proc
|
||||
|
||||
Reference in New Issue
Block a user