# HG changeset patch # User truelight # Date 1138565030 0 # Node ID ac80dd4d6c81fc03a638c974b8bbb48f7fae8bea # Parent 4e124e5a8b69875dcbca7bc8aba7a3f8da3fd20f (svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well diff --git a/order_gui.c b/order_gui.c --- a/order_gui.c +++ b/order_gui.c @@ -191,6 +191,8 @@ Order order; int st_index; + order.station = INVALID_STATION; + // check depot first if (_patches.gotodepot) { switch (GetTileType(tile)) {