summaryrefslogtreecommitdiff
path: root/roadveh_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-08 20:25:28 +0000
committertron <tron@openttd.org>2006-03-08 20:25:28 +0000
commit602e5670745bf40f9a9a8946e37ba739540eb501 (patch)
tree29c86df867cc94994f7900ff555db68c0350593c /roadveh_cmd.c
parent2bd2f75de2104b73ba878abac06692e86eaf8a4a (diff)
downloadopenttd-602e5670745bf40f9a9a8946e37ba739540eb501.tar.xz
(svn r3798) Fix typo in r3795
Diffstat (limited to 'roadveh_cmd.c')
-rw-r--r--roadveh_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roadveh_cmd.c b/roadveh_cmd.c
index e00e60d1c..b8dc3f928 100644
--- a/roadveh_cmd.c
+++ b/roadveh_cmd.c
@@ -1082,7 +1082,7 @@ static int RoadFindPathToDest(Vehicle* v, TileIndex tile, DiagDirection enterdir
} else if (IsTileType(desttile, MP_STATION)) {
if (IS_BYTE_INSIDE(_m[desttile].m5, 0x43, 0x4B)) {
/* We are heading for a station */
- dir = GetRoadStationDir(tile);
+ dir = GetRoadStationDir(desttile);
do_it:;
/* When we are heading for a depot or station, we just
* pretend we are heading for the tile in front, we'll