forked from mirror/OpenTTD
(svn r22482) -Codechange: Add some contants for the number of ticks between certain cyclical tasks.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user