summaryrefslogtreecommitdiff
path: root/ai.h
diff options
context:
space:
mode:
authormiham <miham@openttd.org>2004-12-29 13:13:29 +0000
committermiham <miham@openttd.org>2004-12-29 13:13:29 +0000
commit7bf7cf80eecef6b85baf256c57198262557851af (patch)
tree66526ea5c00e53199cc02447a0970c13b4e8175e /ai.h
parenta25a482187ae682f80f7e2927e38a6f39fc4c263 (diff)
downloadopenttd-7bf7cf80eecef6b85baf256c57198262557851af.tar.xz
(svn r1297) Language fixes in the source.. (ln-)
Diffstat (limited to 'ai.h')
-rw-r--r--ai.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ai.h b/ai.h
index 19f741bab..d1777d622 100644
--- a/ai.h
+++ b/ai.h
@@ -71,7 +71,7 @@
#define AI_LOCATE_ROUTE_MAX_COUNTER 200
// How many days must there be between building the first station and the second station
-// within one city. This number is in days and should be more then 4 months.
+// within one city. This number is in days and should be more than 4 months.
#define AI_CHECKCITY_DATE_BETWEEN 180
// How many cargo is needed for one station in a city?
@@ -130,7 +130,7 @@
// reuse the station instead of building a new one!
#define AI_STATION_REUSE_MULTIPLER 2
-// No more then this amount of vehicles per station..
+// No more than this amount of vehicles per station..
#define AI_CHECK_MAX_VEHICLE_PER_STATION 10
// How many thick between building 2 vehicles
@@ -149,7 +149,7 @@
// while old vehicles stay longer, because we do get less in return.
#define AI_MINIMUM_ROUTE_PROFIT 1000
-// A vehicle is considered lost when he his cargo is more then 180 days old
+// A vehicle is considered lost when he his cargo is more than 180 days old
#define AI_VEHICLE_LOST_DAYS 180
// How many times may the AI try to find a route before it gives up