mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00: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:
+1
-7
@@ -1292,12 +1292,6 @@ static void GetAcceptedCargo_Road(TileIndex tile, AcceptedCargo ac)
|
||||
/* not used */
|
||||
}
|
||||
|
||||
static void AnimateTile_Road(TileIndex tile)
|
||||
{
|
||||
if (IsLevelCrossing(tile)) MarkTileDirtyByTile(tile);
|
||||
}
|
||||
|
||||
|
||||
static const Roadside _town_road_types[][2] = {
|
||||
{ ROADSIDE_GRASS, ROADSIDE_GRASS },
|
||||
{ ROADSIDE_PAVED, ROADSIDE_PAVED },
|
||||
@@ -1646,7 +1640,7 @@ extern const TileTypeProcs _tile_type_road_procs = {
|
||||
GetTileDesc_Road, // get_tile_desc_proc
|
||||
GetTileTrackStatus_Road, // get_tile_track_status_proc
|
||||
ClickTile_Road, // click_tile_proc
|
||||
AnimateTile_Road, // animate_tile_proc
|
||||
NULL, // animate_tile_proc
|
||||
TileLoop_Road, // tile_loop_clear
|
||||
ChangeTileOwner_Road, // change_tile_owner_clear
|
||||
NULL, // get_produced_cargo_proc
|
||||
|
||||
Reference in New Issue
Block a user