(svn r3477) -Fix: a fix that fixed the last commit.. I shouldn't be committing here :)

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 19 years ago
parent 524934bbf6
commit 8b8ef85ccb

@ -191,8 +191,6 @@ 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)) {
@ -278,6 +276,7 @@ static Order GetOrderCmdFromTile(const Vehicle *v, TileIndex tile)
// not found
order.type = OT_NOTHING;
order.flags = 0;
order.station = INVALID_STATION;
return order;
}

Loading…
Cancel
Save