summaryrefslogtreecommitdiff
path: root/ai.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-06 18:22:25 +0000
committerdarkvater <darkvater@openttd.org>2004-09-06 18:22:25 +0000
commitaa0212515882c5a90c3f2cb86f05952b832a5a9f (patch)
treeef79f4519291cb14b916d6ee44f742eedae48690 /ai.h
parentbf0652d3fce57024fe56f75d43898a261fea7570 (diff)
downloadopenttd-aa0212515882c5a90c3f2cb86f05952b832a5a9f.tar.xz
(svn r166) -Codechange: change 74 for constant DAY_TICKS
Diffstat (limited to 'ai.h')
-rw-r--r--ai.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ai.h b/ai.h
index dca9b59fe..19f741bab 100644
--- a/ai.h
+++ b/ai.h
@@ -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