summaryrefslogtreecommitdiff
path: root/src/order_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/order_base.h')
-rw-r--r--src/order_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_base.h b/src/order_base.h
index 0def7b0bc..b11c20d8e 100644
--- a/src/order_base.h
+++ b/src/order_base.h
@@ -50,7 +50,7 @@ private:
public:
Order *next; ///< Pointer to next order. If NULL, end of list
- Order() : refit_cargo(CT_NO_REFIT), max_speed(UINT16_MAX) {}
+ Order() : flags(0), refit_cargo(CT_NO_REFIT), max_speed(UINT16_MAX) {}
~Order();
Order(uint32 packed);