diff options
-rw-r--r-- | order_gui.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/order_gui.c b/order_gui.c index a414bba8c..399cf0fe0 100644 --- a/order_gui.c +++ b/order_gui.c @@ -191,6 +191,8 @@ static void DrawOrdersWindow(Window *w) static Order GetOrderCmdFromTile(const Vehicle *v, TileIndex tile) { Order order; + order.next = NULL; + order.index = 0; // check depot first if (_patches.gotodepot) { |