From bd7f37d5926ec9a5798134c4a39ef7b8cd3fd4ea 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) --- ttd.vcproj | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ttd.vcproj') diff --git a/ttd.vcproj b/ttd.vcproj index c5eb89079..648c7aab8 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -314,6 +314,9 @@ + + @@ -1163,6 +1166,9 @@ + + -- cgit v1.2.3-54-g00ecf