summaryrefslogtreecommitdiff
path: root/order.h
diff options
context:
space:
mode:
Diffstat (limited to 'order.h')
-rw-r--r--order.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/order.h b/order.h
index fd7f96e7e..43b8e9c71 100644
--- a/order.h
+++ b/order.h
@@ -191,6 +191,8 @@ static inline Order UnpackOrder(uint32 packed)
order.dest = GB(packed, 16, 16);
order.next = NULL;
order.index = 0; // avoid compiler warning
+ order.refit_cargo = CT_INVALID;
+ order.refit_subtype = 0;
return order;
}