(svn r22482) -Codechange: Add some contants for the number of ticks between certain cyclical tasks.

This commit is contained in:
frosch
2011-05-21 11:26:37 +00:00
parent 2447efdefd
commit 474b4799e8
7 changed files with 15 additions and 15 deletions

View File

@@ -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.
*/