diff options
Diffstat (limited to 'src/depot_gui.cpp')
-rw-r--r-- | src/depot_gui.cpp | 2 |
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) { |