summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/order_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/order_cmd.cpp b/src/order_cmd.cpp
index 37a0acd64..3f9dc7359 100644
--- a/src/order_cmd.cpp
+++ b/src/order_cmd.cpp
@@ -146,7 +146,6 @@ Order::Order(uint32 packed)
this->flags = GB(packed, 8, 8);
this->dest = GB(packed, 16, 16);
this->next = NULL;
- this->index = 0; // avoid compiler warning
this->refit_cargo = CT_NO_REFIT;
this->refit_subtype = 0;
this->wait_time = 0;