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) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6b359bd6..2ae440659 100644 --- a/Makefile +++ b/Makefile @@ -563,6 +563,7 @@ C_SOURCES += console.c C_SOURCES += console_cmds.c C_SOURCES += debug.c C_SOURCES += dedicated.c +C_SOURCES += depot.c C_SOURCES += disaster_cmd.c C_SOURCES += dock_gui.c C_SOURCES += dummy_land.c -- cgit v1.2.3-54-g00ecf