summaryrefslogtreecommitdiff
path: root/ai_pathfinder.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-07-17 15:34:10 +0000
committertruelight <truelight@openttd.org>2005-07-17 15:34:10 +0000
commita09342c1fcaff8946dfd4fb859bf917d5b9975af (patch)
treef9f68a38668d3c460651cb799e3edbc844445915 /ai_pathfinder.c
parent1022bf7d931c4ef25b2738c75d02d95a0369146a (diff)
downloadopenttd-a09342c1fcaff8946dfd4fb859bf917d5b9975af.tar.xz
(svn r2606) -Codechange: renamed ai.c to ai_old.c, and ai.h to ai_new.h to make room
for a global AI-handler
Diffstat (limited to 'ai_pathfinder.c')
-rw-r--r--ai_pathfinder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ai_pathfinder.c b/ai_pathfinder.c
index b4bcbb5e5..f6e2c3f57 100644
--- a/ai_pathfinder.c
+++ b/ai_pathfinder.c
@@ -4,7 +4,7 @@
#include "map.h"
#include "tile.h"
#include "command.h"
-#include "ai.h"
+#include "ai_new.h"
#include "depot.h"
#define TEST_STATION_NO_DIR 0xFF