summaryrefslogtreecommitdiff
path: root/ai/default/default.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-11 09:10:46 +0000
committertron <tron@openttd.org>2006-03-11 09:10:46 +0000
commit25606a2e0b4f8dccb8c86c61d9859ba33b03fed9 (patch)
tree5a49ef225f58c5e3ddaaa72935a0c65e716fe884 /ai/default/default.c
parent0e4ee1241f6bf3e494176253857cb5dd5aae5c49 (diff)
downloadopenttd-25606a2e0b4f8dccb8c86c61d9859ba33b03fed9.tar.xz
(svn r3816) Use existing accessors
Diffstat (limited to 'ai/default/default.c')
-rw-r--r--ai/default/default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ai/default/default.c b/ai/default/default.c
index a92e8d1c2..f6e6cdbde 100644
--- a/ai/default/default.c
+++ b/ai/default/default.c
@@ -3659,7 +3659,7 @@ pos_3:
return;
}
- dir = _m[tile].m5 & 3;
+ dir = GetRoadDepotDirection(tile);
DoCommandByTile(tile, 0, 0, DC_EXEC, CMD_LANDSCAPE_CLEAR);
DoCommandByTile(