(svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well

This commit is contained in:
truelight 2006-01-29 20:03:50 +00:00
parent 132125de77
commit 524934bbf6
1 changed files with 2 additions and 0 deletions

View File

@ -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)) {