summaryrefslogtreecommitdiff
path: root/aircraft.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-09-27 15:40:55 +0000
committerbjarni <bjarni@openttd.org>2006-09-27 15:40:55 +0000
commitfcc39c454af988d11caf032fcc7daa659fabb753 (patch)
tree9ddb344d69511b78f91340dbf576a2d01a61517c /aircraft.h
parent9c3e5266312193a6e023143ec35144baa598283e (diff)
downloadopenttd-fcc39c454af988d11caf032fcc7daa659fabb753.tar.xz
(svn r6529) -Fix r6513: [depot window] added missing switch in CcCloneVehicle()
The result of this missing switch was asserts in some cloning conditions (not all) (spotted by KUDr)
Diffstat (limited to 'aircraft.h')
-rw-r--r--aircraft.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/aircraft.h b/aircraft.h
index 06e53797a..132aa6a96 100644
--- a/aircraft.h
+++ b/aircraft.h
@@ -20,4 +20,6 @@ static inline bool IsAircraftInHangarStopped(const Vehicle* v)
uint16 AircraftDefaultCargoCapacity(CargoID cid, EngineID engine_type);
+void CcCloneAircraft(bool success, TileIndex tile, uint32 p1, uint32 p2);
+
#endif /* AIRCRAFT_H */