Changeset - r3986:c4430f06e949
[Not reviewed]
master
0 1 0
bjarni - 18 years ago 2006-06-08 20:17:19
bjarni@openttd.org
(svn r5176) fixing the typo, that should have been fixed in last commit
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
train_cmd.c
Show inline comments
 
@@ -839,7 +839,7 @@ int CheckTrainStoppedInDepot(const Vehic
 
	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++;
0 comments (0 inline, 0 general)