Update to 1.10.0-beta1
This commit is contained in:
@@ -28,7 +28,7 @@ static void DrawTile_Void(TileInfo *ti)
|
||||
|
||||
static int GetSlopePixelZ_Void(TileIndex tile, uint x, uint y)
|
||||
{
|
||||
/* This function may be called on tiles outside the map, don't asssume
|
||||
/* This function may be called on tiles outside the map, don't assume
|
||||
* that 'tile' is a valid tile index. See GetSlopePixelZOutsideMap. */
|
||||
int z;
|
||||
Slope tileh = GetTilePixelSlopeOutsideMap(x >> 4, y >> 4, &z);
|
||||
@@ -77,15 +77,15 @@ extern const TileTypeProcs _tile_type_void_procs = {
|
||||
DrawTile_Void, // draw_tile_proc
|
||||
GetSlopePixelZ_Void, // get_slope_z_proc
|
||||
ClearTile_Void, // clear_tile_proc
|
||||
NULL, // add_accepted_cargo_proc
|
||||
nullptr, // add_accepted_cargo_proc
|
||||
GetTileDesc_Void, // get_tile_desc_proc
|
||||
GetTileTrackStatus_Void, // get_tile_track_status_proc
|
||||
NULL, // click_tile_proc
|
||||
NULL, // animate_tile_proc
|
||||
nullptr, // click_tile_proc
|
||||
nullptr, // animate_tile_proc
|
||||
TileLoop_Void, // tile_loop_proc
|
||||
ChangeTileOwner_Void, // change_tile_owner_proc
|
||||
NULL, // add_produced_cargo_proc
|
||||
NULL, // vehicle_enter_tile_proc
|
||||
nullptr, // add_produced_cargo_proc
|
||||
nullptr, // vehicle_enter_tile_proc
|
||||
GetFoundation_Void, // get_foundation_proc
|
||||
TerraformTile_Void, // terraform_tile_proc
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user