diff options
author | tron <tron@openttd.org> | 2006-03-05 10:19:33 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-03-05 10:19:33 +0000 |
commit | cc4f5b4e6f8c99eb94dfb5513b4dc807440adf09 (patch) | |
tree | a52b37172cae58e82f096386586bea359126dd70 /ai/default | |
parent | 5913c3931bbb1ccb8283061a23f83d96c6ed1a38 (diff) | |
download | openttd-cc4f5b4e6f8c99eb94dfb5513b4dc807440adf09.tar.xz |
(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme
Diffstat (limited to 'ai/default')
-rw-r--r-- | ai/default/default.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ai/default/default.c b/ai/default/default.c index 0c874f05e..b0e0f0cc9 100644 --- a/ai/default/default.c +++ b/ai/default/default.c @@ -4,7 +4,7 @@ #include "../../openttd.h" #include "../../functions.h" #include "../../map.h" -#include "../../road.h" +#include "../../road_map.h" #include "../../tile.h" #include "../../player.h" #include "../../vehicle.h" |