# HG changeset patch # User truelight # Date 1138565030 0 # Node ID a582cd504686d8ea5aba0b5a763bd51f142334c0 # Parent 5a867896b255bb26f958c7d1f5cafa8caea39e8d (svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well diff -r 5a867896b255 -r a582cd504686 order_gui.c --- a/order_gui.c Sun Jan 29 19:50:01 2006 +0000 +++ b/order_gui.c Sun Jan 29 20:03:50 2006 +0000 @@ -191,6 +191,8 @@ Order order; int st_index; + order.station = INVALID_STATION; + // check depot first if (_patches.gotodepot) { switch (GetTileType(tile)) {