diff options
author | rubidium <rubidium@openttd.org> | 2009-10-21 10:05:22 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-10-21 10:05:22 +0000 |
commit | a4d054eabc8b2087b60ae57ce57a177a5dde1bc0 (patch) | |
tree | 1b22e01f706e1aca6ff19aaf2a902f2497f0f4da /src | |
parent | 69b8e8e755959af5731e2caf05a421ef949a1bb6 (diff) | |
download | openttd-a4d054eabc8b2087b60ae57ce57a177a5dde1bc0.tar.xz |
(svn r17837) -Fix (r17812): comment erroneously mentioned feeder share
Diffstat (limited to 'src')
-rw-r--r-- | src/cargopacket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cargopacket.h b/src/cargopacket.h index 17528e516..8f4663e79 100644 --- a/src/cargopacket.h +++ b/src/cargopacket.h @@ -214,14 +214,14 @@ protected: /** * Update the cache to reflect adding of this packet. - * Increases count, feeder share and days_in_transit + * Increases count and days_in_transit * @param cp a new packet to be inserted */ void AddToCache(const CargoPacket *cp); /** * Update the cached values to reflect the removal of this packet. - * Decreases count, feeder share and days_in_transit + * Decreases count and days_in_transit * @param cp Packet to be removed from cache */ void RemoveFromCache(const CargoPacket *cp); |