author | truelight |
Sun, 29 Jan 2006 20:06:26 +0000 | |
changeset 2921 | cead008f9271 |
parent 2920 | 0e44d226a9c1 |
child 2922 | 9eb5d9c8f78f |
order_gui.c | file | annotate | diff | comparison | revisions |
--- a/order_gui.c Sun Jan 29 20:03:50 2006 +0000 +++ b/order_gui.c Sun Jan 29 20:06:26 2006 +0000 @@ -191,8 +191,6 @@ Order order; int st_index; - order.station = INVALID_STATION; - // check depot first if (_patches.gotodepot) { switch (GetTileType(tile)) { @@ -278,6 +276,7 @@ // not found order.type = OT_NOTHING; order.flags = 0; + order.station = INVALID_STATION; return order; }