mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-18 21:18:10 +00:00
(svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well
This commit is contained in:
parent
132125de77
commit
524934bbf6
@ -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…
Reference in New Issue
Block a user