(svn r17795) -Codechange: split cargolist into one for vehicles and one for stations.

This commit is contained in:
rubidium
2009-10-18 13:39:00 +00:00
parent 94003b455c
commit 2e766884f6
4 changed files with 29 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ struct GoodsEntry {
byte rating;
byte last_speed;
byte last_age;
CargoList cargo; ///< The cargo packets of cargo waiting in this station
StationCargoList cargo; ///< The cargo packets of cargo waiting in this station
};