summaryrefslogtreecommitdiff
path: root/src/autoreplace_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-09-13 10:04:36 +0000
committerrubidium <rubidium@openttd.org>2008-09-13 10:04:36 +0000
commitfc62d736f700ca344531a96ca02324695af8d761 (patch)
tree8353668207ed45dd097f497674f94e32c038e784 /src/autoreplace_cmd.cpp
parent1647597943ecf5e1e8bf1370de3bd9385aa49296 (diff)
downloadopenttd-fc62d736f700ca344531a96ca02324695af8d761.tar.xz
(svn r14306) -Codechange: unify the code to draw the vehicle list.
-Fix [FS#2292]: inconsistency between drawn vehicle lists in the vehicle list and group windows.
Diffstat (limited to 'src/autoreplace_cmd.cpp')
-rw-r--r--src/autoreplace_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/autoreplace_cmd.cpp b/src/autoreplace_cmd.cpp
index 7a2cecc64..a1df6c218 100644
--- a/src/autoreplace_cmd.cpp
+++ b/src/autoreplace_cmd.cpp
@@ -16,6 +16,7 @@
#include "functions.h"
#include "autoreplace_func.h"
#include "articulated_vehicles.h"
+#include "core/alloc_func.hpp"
#include "table/strings.h"