1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 12:09:10 +00:00

(svn r8835) -Fix

Remove dead code
This commit is contained in:
tron
2007-02-21 20:05:05 +00:00
parent b3d93e3aa2
commit 0b536291e2

View File

@@ -547,7 +547,6 @@ int32 CmdSendAircraftToHangar(TileIndex tile, uint32 flags, uint32 p1, uint32 p2
next_airport_has_hangar = false;
if (station == INVALID_STATION) return CMD_ERROR;
st = GetStation(station);
next_airport_index = station;
}