summaryrefslogtreecommitdiff
path: root/src/group_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-17 09:09:20 +0000
committerrubidium <rubidium@openttd.org>2009-11-17 09:09:20 +0000
commitbdb118aa69131d401850ad6209da8ffd748531b4 (patch)
tree0de56b7af7dc7046857df63ceecd3bb03de9e9dc /src/group_gui.cpp
parenta808623b24b247d3a8b3b08875dd6cd2e22a85c6 (diff)
downloadopenttd-bdb118aa69131d401850ad6209da8ffd748531b4.tar.xz
(svn r18134) -Codechange: scale the offset of the text/vehicle in the vehicle lists based on the font and the unit numbers in the list
Diffstat (limited to 'src/group_gui.cpp')
-rw-r--r--src/group_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group_gui.cpp b/src/group_gui.cpp
index 4b72080e9..8fe54f9f0 100644
--- a/src/group_gui.cpp
+++ b/src/group_gui.cpp
@@ -15,7 +15,6 @@
#include "textbuf_gui.h"
#include "command_func.h"
#include "vehicle_gui.h"
-#include "vehicle_gui_base.h"
#include "vehicle_base.h"
#include "group.h"
#include "strings_func.h"
@@ -27,6 +26,7 @@
#include "widgets/dropdown_type.h"
#include "widgets/dropdown_func.h"
#include "tilehighlight_func.h"
+#include "vehicle_gui_base.h"
#include "table/strings.h"
#include "table/sprites.h"