From a09342c1fcaff8946dfd4fb859bf917d5b9975af Mon Sep 17 00:00:00 2001 From: truelight Date: Sun, 17 Jul 2005 15:34:10 +0000 Subject: (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 --- ai_pathfinder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ai_pathfinder.c') 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 -- cgit v1.2.3-54-g00ecf