(svn r17721) -Codechange: replace a magic number with a constant

This commit is contained in:
rubidium
2009-10-06 17:28:06 +00:00
parent ec3a0dc064
commit 9b94441eb8
2 changed files with 3 additions and 1 deletions

View File

@@ -45,6 +45,8 @@ private:
/** We want this to be saved, right? */
friend const struct SaveLoad *GetCargoPacketDesc();
public:
/** Maximum number of items in a single cargo packet. */
static const uint16 MAX_COUNT = UINT16_MAX;
TileIndex source_xy; ///< The origin of the cargo (first station in feeder chain)
TileIndex loaded_at_xy; ///< Location where this cargo has been loaded into the vehicle