mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r8835) -Fix
Remove dead code
This commit is contained in:
parent
d1b0dc9cf6
commit
84754e45d6
@ -547,7 +547,6 @@ int32 CmdSendAircraftToHangar(TileIndex tile, uint32 flags, uint32 p1, uint32 p2
|
|||||||
|
|
||||||
next_airport_has_hangar = false;
|
next_airport_has_hangar = false;
|
||||||
if (station == INVALID_STATION) return CMD_ERROR;
|
if (station == INVALID_STATION) return CMD_ERROR;
|
||||||
st = GetStation(station);
|
|
||||||
next_airport_index = station;
|
next_airport_index = station;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user