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) --- aircraft_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'aircraft_gui.c') diff --git a/aircraft_gui.c b/aircraft_gui.c index 1d3302f07..0a8191b01 100644 --- a/aircraft_gui.c +++ b/aircraft_gui.c @@ -13,6 +13,7 @@ #include "engine.h" #include "viewport.h" #include "player.h" +#include "depot.h" void Set_DPARAM_Aircraft_Build_Window(uint16 engine_number) -- cgit v1.2.3-54-g00ecf