summaryrefslogtreecommitdiff
path: root/aircraft_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'aircraft_cmd.c')
-rw-r--r--aircraft_cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/aircraft_cmd.c b/aircraft_cmd.c
index f17a36216..aa9f82225 100644
--- a/aircraft_cmd.c
+++ b/aircraft_cmd.c
@@ -844,7 +844,8 @@ static bool AircraftController(Vehicle *v)
// prevent going to 0,0 if airport is deleted.
{
- uint tile = st->airport_tile;
+ TileIndex tile = st->airport_tile;
+
if (tile == 0) tile = st->xy;
// xy of destination
x = TileX(tile) * 16;