changeset 3986:cd3843a5859b draft

(svn r5176) fixing the typo, that should have been fixed in last commit
author bjarni <bjarni@openttd.org>
date Thu, 08 Jun 2006 20:17:19 +0000
parents b5ab3d385a75
children 1fde440441eb
files train_cmd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/train_cmd.c
+++ b/train_cmd.c
@@ -839,7 +839,7 @@
 	for (; v != NULL; v = v->next) {
 		/* This count is used by the depot code to determine the number of engines
 		 * in the consist. Exclude articulated parts so that autoreplacing to
-		 * engines with more articulated parts that before works correctly.
+		 * engines with more articulated parts than before works correctly.
 		 *
 		 * Also skip counting rear ends of multiheaded engines */
 		if (!IsArticulatedPart(v) && !(!IsTrainEngine(v) && IsMultiheaded(v))) count++;