train_cmd.c
changeset 1459 6c1f01803928
parent 1455 000d198ea8f6
child 1461 b1505c82ebae
--- a/train_cmd.c	Tue Mar 08 17:47:28 2005 +0000
+++ b/train_cmd.c	Tue Mar 08 19:54:10 2005 +0000
@@ -1143,7 +1143,7 @@
 	{
 		TileIndex tile = v->tile;
 		int t;
-		/* Determine the non-diagonal direction in which we will exit this tile */
+		/* Determine the diagonal direction in which we will exit this tile */
 		t = v->direction >> 1;
 		if (!(v->direction & 1) && v->u.rail.track != _state_dir_table[t]) {
 			t = (t - 1) & 3;