summaryrefslogtreecommitdiff
path: root/aircraft_cmd.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-06-09 06:34:28 +0000
committerpeter1138 <peter1138@openttd.org>2006-06-09 06:34:28 +0000
commita7fbd158a03671831a9199f0ac13d37217526e86 (patch)
treecec2376156d3bbcf58f1342e2749ec52302d80f7 /aircraft_cmd.c
parentffeb87763fa891435330e36cfa02f2cdbeba7ba3 (diff)
downloadopenttd-a7fbd158a03671831a9199f0ac13d37217526e86.tar.xz
(svn r5186) - NewGRF: show default aircraft cargo type and the purchase list (mart3p)
Diffstat (limited to 'aircraft_cmd.c')
-rw-r--r--aircraft_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aircraft_cmd.c b/aircraft_cmd.c
index 1729dcdbe..9a3306c3d 100644
--- a/aircraft_cmd.c
+++ b/aircraft_cmd.c
@@ -164,7 +164,7 @@ static int32 EstimateAircraftCost(EngineID engine_type)
* @param engine Which engine to find a cargo capacity for.
* @return New cargo capacity value.
*/
-static uint16 AircraftDefaultCargoCapacity(CargoID cid, EngineID engine_type)
+uint16 AircraftDefaultCargoCapacity(CargoID cid, EngineID engine_type)
{
const AircraftVehicleInfo *avi = AircraftVehInfo(engine_type);