summaryrefslogtreecommitdiff
path: root/depot.h
diff options
context:
space:
mode:
Diffstat (limited to 'depot.h')
-rw-r--r--depot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/depot.h b/depot.h
index 0c69ab700..c52c3292a 100644
--- a/depot.h
+++ b/depot.h
@@ -7,7 +7,7 @@
* @see depot.c */
#include "direction.h"
-#include "pool.h"
+#include "oldpool.h"
#include "tile.h"
#include "variables.h"
@@ -17,7 +17,7 @@ struct Depot {
DepotID index;
};
-DECLARE_POOL(Depot, Depot, 3, 8000)
+DECLARE_OLD_POOL(Depot, Depot, 3, 8000)
/**
* Check if a depot really exists.