(svn r11184) -Codechange: cleanup the code related to backup orders.

This commit is contained in:
rubidium
2007-09-28 21:15:45 +00:00
parent bba0d120b7
commit 86dac1533b
8 changed files with 32 additions and 26 deletions

View File

@@ -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) {