Merge tag '1.11.0-beta1' into jgrpp
# Conflicts: # src/console_cmds.cpp # src/gfx_func.h # src/industry.h # src/lang/czech.txt # src/lang/estonian.txt # src/lang/german.txt # src/lang/indonesian.txt # src/lang/japanese.txt # src/lang/norwegian_bokmal.txt # src/lang/russian.txt # src/lang/slovak.txt # src/saveload/saveload.h # src/station_gui.cpp # src/town_gui.cpp # src/vehicle_gui.cpp # src/video/sdl2_v.cpp # src/waypoint_gui.cpp
This commit is contained in:
@@ -1133,7 +1133,7 @@ static bool AircraftController(Aircraft *v)
|
||||
if ((amd.flag & (AMED_LAND | AMED_BRAKE)) && st != nullptr) {
|
||||
assert(st->airport.HasHangar());
|
||||
TileIndex hangar_tile = st->airport.GetHangarTile(0);
|
||||
airport_z = TilePixelHeight(hangar_tile) + 1; // To avoid clashing with the shadow
|
||||
airport_z = GetTileMaxPixelZ(hangar_tile) + 1; // To avoid clashing with the shadow
|
||||
}
|
||||
|
||||
if (amd.flag & AMED_LAND) {
|
||||
|
Reference in New Issue
Block a user