mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 01:12:39 +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:
@@ -706,11 +706,6 @@ static void GetTileDesc_Water(TileIndex tile, TileDesc *td)
|
||||
td->owner[0] = GetTileOwner(tile);
|
||||
}
|
||||
|
||||
static void AnimateTile_Water(TileIndex tile)
|
||||
{
|
||||
/* not used */
|
||||
}
|
||||
|
||||
static void FloodVehicle(Vehicle *v);
|
||||
|
||||
/**
|
||||
@@ -1164,7 +1159,7 @@ extern const TileTypeProcs _tile_type_water_procs = {
|
||||
GetTileDesc_Water, // get_tile_desc_proc
|
||||
GetTileTrackStatus_Water, // get_tile_track_status_proc
|
||||
ClickTile_Water, // click_tile_proc
|
||||
AnimateTile_Water, // animate_tile_proc
|
||||
NULL, // animate_tile_proc
|
||||
TileLoop_Water, // tile_loop_clear
|
||||
ChangeTileOwner_Water, // change_tile_owner_clear
|
||||
NULL, // get_produced_cargo_proc
|
||||
|
||||
Reference in New Issue
Block a user