From e9c93f9c0ca76117ac1315b6aff03f1f138f62e4 Mon Sep 17 00:00:00 2001 From: truelight Date: Sun, 6 Feb 2005 10:18:47 +0000 Subject: (svn r1817) -Codechange: Moved depot-functions to depot.c -Codechange: Added wrappers around depot-access (GetDepot no exists) -Codechange: Made depot-functions a bit more logic (no longer GetDepotByTile crashes your game when you request it on a non-depot tile) -Add: made depots dynamic (yes, 64k depots are possible now) --- ai.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ai.c') diff --git a/ai.c b/ai.c index b04c692d4..5e3d9e2bd 100644 --- a/ai.c +++ b/ai.c @@ -12,6 +12,7 @@ #include "pathfind.h" #include "economy.h" #include "airport.h" +#include "depot.h" // remove some day perhaps? static Player *_cur_ai_player; -- cgit v1.2.3-54-g00ecf