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

pull/155/head
truelight 19 years ago
parent 21684a66fe
commit 8650268e3d

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

Loading…
Cancel
Save