summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-11-16 20:56:04 +0000
committerterkhen <terkhen@openttd.org>2010-11-16 20:56:04 +0000
commitc96cb9ce3757f90384f8cd624eb3f2878db477ff (patch)
tree9f41f296f8683d04a70230d0c8f06323443bc56d /src/vehicle.cpp
parent07ad8851ccd6d1f47a379fe9e19eb257048a9fdf (diff)
downloadopenttd-c96cb9ce3757f90384f8cd624eb3f2878db477ff.tar.xz
(svn r21214) -Add: Display mail capacity when refitting an aircraft to passengers.
Diffstat (limited to 'src/vehicle.cpp')
-rw-r--r--src/vehicle.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp
index a10f0481d..75ef97ecd 100644
--- a/src/vehicle.cpp
+++ b/src/vehicle.cpp
@@ -57,8 +57,9 @@
VehicleID _vehicle_id_ctr_day;
VehicleID _new_vehicle_id;
-uint16 _returned_refit_capacity;
-byte _age_cargo_skip_counter; ///< Skip aging of cargo?
+uint16 _returned_refit_capacity; ///< Stores the capacity after a refit operation.
+uint16 _returned_mail_refit_capacity; ///< Stores the mail capacity after a refit operation (Aircraft only).
+byte _age_cargo_skip_counter; ///< Skip aging of cargo?
/* Initialize the vehicle-pool */