mirror of https://github.com/OpenTTD/OpenTTD
(svn r14694) -Fix (r1): zeppeliner (disaster) should target st->airport_tile, not st->xy
parent
a7f82bd11a
commit
f52d1bd0ba
|
@ -774,7 +774,7 @@ static void Disaster_Zeppeliner_Init()
|
|||
if (st->airport_tile != 0 &&
|
||||
st->airport_type <= 1 &&
|
||||
IsHumanCompany(st->owner)) {
|
||||
x = (TileX(st->xy) + 2) * TILE_SIZE;
|
||||
x = (TileX(st->airport_tile) + 2) * TILE_SIZE;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue