From 8650268e3dbeb1404304d910edcadf90ad313f11 Mon Sep 17 00:00:00 2001 From: truelight Date: Sun, 29 Jan 2006 20:03:50 +0000 Subject: (svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well --- order_gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'order_gui.c') diff --git a/order_gui.c b/order_gui.c index a80c34257..258f8b590 100644 --- a/order_gui.c +++ b/order_gui.c @@ -191,6 +191,8 @@ static Order GetOrderCmdFromTile(const Vehicle *v, TileIndex tile) Order order; int st_index; + order.station = INVALID_STATION; + // check depot first if (_patches.gotodepot) { switch (GetTileType(tile)) { -- cgit v1.2.3-54-g00ecf