summaryrefslogtreecommitdiff
path: root/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine.h b/engine.h
index 9675ca396..a0b355874 100644
--- a/engine.h
+++ b/engine.h
@@ -5,7 +5,7 @@
/** @file engine.h */
-#include "pool.h"
+#include "oldpool.h"
typedef struct RailVehicleInfo {
byte image_index;
@@ -235,7 +235,7 @@ typedef struct EngineRenew EngineRenew;
* placed here so the only exception to this rule, the saveload code, can use
* it.
*/
-DECLARE_POOL(EngineRenew, EngineRenew, 3, 8000)
+DECLARE_OLD_POOL(EngineRenew, EngineRenew, 3, 8000)
/**
* Check if a EngineRenew really exists.