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
commitbeeae81f605bed24081d7d389ad85961e479b461 (patch)
tree9c123ba4ba288529f497d5f3152afe0cb9f7232e /src/depot_gui.cpp
parente67b985bfac22680f1916280ce6e7dda82620c47 (diff)
downloadopenttd-beeae81f605bed24081d7d389ad85961e479b461.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) {