summaryrefslogtreecommitdiff
path: root/src/vehicle_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-18 13:39:00 +0000
committerrubidium <rubidium@openttd.org>2009-10-18 13:39:00 +0000
commit2e766884f65812b2eca1580e8dbd1d58298263b6 (patch)
tree2c4bb0059b7143aed2281f6b9257d4107710d84f /src/vehicle_base.h
parent94003b455cf9a556a1bdafef450222d30cd31ee3 (diff)
downloadopenttd-2e766884f65812b2eca1580e8dbd1d58298263b6.tar.xz
(svn r17795) -Codechange: split cargolist into one for vehicles and one for stations.
Diffstat (limited to 'src/vehicle_base.h')
-rw-r--r--src/vehicle_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_base.h b/src/vehicle_base.h
index f733297eb..10ab41047 100644
--- a/src/vehicle_base.h
+++ b/src/vehicle_base.h
@@ -166,7 +166,7 @@ public:
CargoID cargo_type; ///< type of cargo this vehicle is carrying
byte cargo_subtype; ///< Used for livery refits (NewGRF variations)
uint16 cargo_cap; ///< total capacity
- CargoList cargo; ///< The cargo this vehicle is carrying
+ VehicleCargoList cargo; ///< The cargo this vehicle is carrying
byte day_counter; ///< Increased by one for each day
byte tick_counter; ///< Increased by one for each tick