roadveh_cmd.c
changeset 4434 a08cb4b5c179
parent 4412 cae52239a576
child 4445 ccb3b02161fe
--- a/roadveh_cmd.c	Mon Aug 28 12:57:33 2006 +0000
+++ b/roadveh_cmd.c	Mon Aug 28 18:53:03 2006 +0000
@@ -1393,7 +1393,7 @@
 	}
 
 	if (rd.x & 0x40) {
-		int dir = RoadFindPathToDest(v, v->tile,	rd.x & 3);
+		int dir = RoadFindPathToDest(v, v->tile, rd.x & 3);
 		uint32 r;
 		int tmp;
 		Direction newdir;