(svn r166) -Codechange: change 74 for constant DAY_TICKS

This commit is contained in:
darkvater
2004-09-06 18:22:25 +00:00
parent bf0652d3fc
commit aa02125158
4 changed files with 8 additions and 9 deletions

2
ai.h
View File

@@ -134,7 +134,7 @@
#define AI_CHECK_MAX_VEHICLE_PER_STATION 10
// How many thick between building 2 vehicles
#define AI_BUILD_VEHICLE_TIME_BETWEEN 74
#define AI_BUILD_VEHICLE_TIME_BETWEEN DAY_TICKS
// How many days must there between vehicle checks
// The more often, the less non-money-making lines there will be