diff options
Diffstat (limited to 'src/cargopacket.h')
-rw-r--r-- | src/cargopacket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cargopacket.h b/src/cargopacket.h index 0f2e46177..1e3008475 100644 --- a/src/cargopacket.h +++ b/src/cargopacket.h @@ -86,7 +86,7 @@ public: /** * Gets the number of days this cargo has been in transit. - * This number isn't really in days, but in 2.5 days (185 ticks) and + * This number isn't really in days, but in 2.5 days (CARGO_AGING_TICKS = 185 ticks) and * it is capped at 255. * @return Length this cargo has been in transit. */ |