diff options
author | tron <tron@openttd.org> | 2007-02-21 20:05:05 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2007-02-21 20:05:05 +0000 |
commit | 0b536291e2d808ac69778fbef1236fe7f10e6189 (patch) | |
tree | b11838fe1f1ec2fb326c5fc57ea0bca45d92f047 /src | |
parent | b3d93e3aa22e7a00009a4b19d64b430e3693027d (diff) | |
download | openttd-0b536291e2d808ac69778fbef1236fe7f10e6189.tar.xz |
(svn r8835) -Fix
Remove dead code
Diffstat (limited to 'src')
-rw-r--r-- | src/aircraft_cmd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/aircraft_cmd.cpp b/src/aircraft_cmd.cpp index 32743f75e..74c7b6551 100644 --- a/src/aircraft_cmd.cpp +++ b/src/aircraft_cmd.cpp @@ -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; } |