summaryrefslogtreecommitdiff
path: root/roadveh_cmd.c
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 /roadveh_cmd.c
parenta25a482187ae682f80f7e2927e38a6f39fc4c263 (diff)
downloadopenttd-7bf7cf80eecef6b85baf256c57198262557851af.tar.xz
(svn r1297) Language fixes in the source.. (ln-)
Diffstat (limited to 'roadveh_cmd.c')
-rw-r--r--roadveh_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roadveh_cmd.c b/roadveh_cmd.c
index ccca06923..72adbade1 100644
--- a/roadveh_cmd.c
+++ b/roadveh_cmd.c
@@ -694,7 +694,7 @@ static Vehicle *RoadVehFindCloseTo(Vehicle *v, int x, int y, byte dir)
u = VehicleFromPos(TILE_FROM_XY(x,y), &rvf, (VehicleFromPosProc*)EnumCheckRoadVehClose);
// This code protects a roadvehicle from being blocked for ever
- // If more then 1480 / 74 days a road vehicle is blocked, it will
+ // If more than 1480 / 74 days a road vehicle is blocked, it will
// drive just through it. The ultimate backup-code of TTD.
// It can be disabled.
if (u == NULL) {