From a00371c8db9d3b944d901ea0468eb58fe51418a7 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Tue, 29 Apr 2008 21:31:29 +0000 Subject: (svn r12924) -Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist. --- src/engine_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine_gui.cpp') diff --git a/src/engine_gui.cpp b/src/engine_gui.cpp index cf0b83f7f..9e1d3c80a 100644 --- a/src/engine_gui.cpp +++ b/src/engine_gui.cpp @@ -8,6 +8,7 @@ #include "window_gui.h" #include "gfx_func.h" #include "engine_func.h" +#include "engine_base.h" #include "command_func.h" #include "economy_func.h" #include "news_func.h" -- cgit v1.2.3-54-g00ecf