ai/trolly/trolly.c
changeset 3404 eb8ebfe5df67
parent 3344 fc86351d4641
child 3577 c6532e0bee4c
--- a/ai/trolly/trolly.c	Fri Mar 31 19:01:57 2006 +0000
+++ b/ai/trolly/trolly.c	Fri Mar 31 19:10:54 2006 +0000
@@ -617,7 +617,7 @@
 							if (AiNew_CheckVehicleStation(p, st)) {
 								// We did found a station that was good enough!
 								new_tile = st->xy;
-								direction = GetRoadStationDir(st->xy);
+								direction = GetRoadStopDir(st->xy);
 								break;
 							}
 						}