summaryrefslogtreecommitdiff
path: root/src/depot_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-09-28 21:15:45 +0000
committerrubidium <rubidium@openttd.org>2007-09-28 21:15:45 +0000
commit86dac1533b389de020eada43aa8b2b082d206047 (patch)
tree9c123ba4ba288529f497d5f3152afe0cb9f7232e /src/depot_gui.cpp
parentbba0d120b7877e4eddec537815525ba34b96f3a1 (diff)
downloadopenttd-86dac1533b389de020eada43aa8b2b082d206047.tar.xz
(svn r11184) -Codechange: cleanup the code related to backup orders.
Diffstat (limited to 'src/depot_gui.cpp')
-rw-r--r--src/depot_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp
index 9c0e87da1..f89e56400 100644
--- a/src/depot_gui.cpp
+++ b/src/depot_gui.cpp
@@ -928,7 +928,7 @@ static void DepotWndProc(Window *w, WindowEvent *e)
if (is_engine) {
_backup_orders_tile = v->tile;
- BackupVehicleOrders(v, _backup_orders_data);
+ BackupVehicleOrders(v);
}
switch (v->type) {