summaryrefslogtreecommitdiff
path: root/ttd.vcproj
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-02-06 10:18:47 +0000
committertruelight <truelight@openttd.org>2005-02-06 10:18:47 +0000
commitbd7f37d5926ec9a5798134c4a39ef7b8cd3fd4ea (patch)
tree0b6bfe4dfd7abf3e94d0f7210b1b842e429c4a02 /ttd.vcproj
parente4913f1de822f64ae31ed697ca8ecff8cf745cce (diff)
downloadopenttd-bd7f37d5926ec9a5798134c4a39ef7b8cd3fd4ea.tar.xz
(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)
Diffstat (limited to 'ttd.vcproj')
-rw-r--r--ttd.vcproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/ttd.vcproj b/ttd.vcproj
index c5eb89079..648c7aab8 100644
--- a/ttd.vcproj
+++ b/ttd.vcproj
@@ -314,6 +314,9 @@
</File>
<File
RelativePath=".\dedicated.c">
+ </File>
+ <File
+ RelativePath=".\depot.c">
</File>
<File
RelativePath="economy.c">
@@ -1164,6 +1167,9 @@
RelativePath="debug.h">
</File>
<File
+ RelativePath="depot.h">
+ </File>
+ <File
RelativePath="economy.h">
</File>
<File