src/group_gui.cpp
changeset 8640 1e93b81e96d2
parent 8636 2b158acb649c
child 8675 5ff307aa5048
--- a/src/group_gui.cpp	Thu Dec 27 13:25:23 2007 +0000
+++ b/src/group_gui.cpp	Thu Dec 27 13:35:39 2007 +0000
@@ -9,7 +9,6 @@
 #include "gui.h"
 #include "window_gui.h"
 #include "textbuf_gui.h"
-#include "vehicle.h"
 #include "command_func.h"
 #include "engine.h"
 #include "vehicle_gui.h"
@@ -21,6 +20,7 @@
 #include "strings_func.h"
 #include "core/alloc_func.hpp"
 #include "window_func.h"
+#include "vehicle_func.h"
 
 
 struct Sorting {
@@ -473,7 +473,7 @@
 
 				assert(v->type == gv->vehicle_type && v->owner == owner);
 
-				DrawVehicleImage(v, x + 19, y2 + 6, w->hscroll.cap, 0, gv->vehicle_sel);
+				DrawVehicleImage(v, x + 19, y2 + 6, gv->vehicle_sel, w->hscroll.cap, 0);
 				DrawVehicleProfitButton(v, x, y2 + 13);
 
 				SetDParam(0, v->unitnumber);