1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-31 08:04:36 +01:00

Cleanup: remove ancient FIXME comments

This commit is contained in:
Rubidium
2025-03-15 09:21:05 +01:00
committed by rubidium42
parent 2b9c94f55a
commit ec647975ad
5 changed files with 0 additions and 18 deletions

View File

@@ -948,9 +948,6 @@ static bool AircraftController(Aircraft *v)
SetBit(v->flags, VAF_HELI_DIRECT_DESCENT);
if (st == nullptr) {
/* FIXME - AircraftController -> if station no longer exists, do not land
* helicopter will circle until sign disappears, then go to next order
* what to do when it is the only order left, right now it just stays in 1 place */
v->state = FLYING;
UpdateAircraftCache(v);
AircraftNextAirportPos_and_Order(v);