Codechange: use SLE_STRUCT(LIST) for Station chunks

This commit is contained in:
Patric Stout
2021-06-10 09:44:04 +02:00
committed by Patric Stout
parent af43fc3d62
commit 0bdca02bdf
2 changed files with 212 additions and 163 deletions

View File

@@ -456,8 +456,8 @@ protected:
public:
/** The super class ought to know what it's doing. */
friend class CargoList<StationCargoList, StationCargoPacketMap>;
/** The stations, via GoodsEntry, have a CargoList. */
friend SaveLoadTable GetGoodsDesc();
/* So we can use private/protected variables in the saveload code */
friend class SlStationGoods;
friend class CargoLoad;
friend class CargoTransfer;