forked from mirror/OpenTTD
(svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well
This commit is contained in:
@@ -191,6 +191,8 @@ static Order GetOrderCmdFromTile(const Vehicle *v, TileIndex tile)
|
|||||||
Order order;
|
Order order;
|
||||||
int st_index;
|
int st_index;
|
||||||
|
|
||||||
|
order.station = INVALID_STATION;
|
||||||
|
|
||||||
// check depot first
|
// check depot first
|
||||||
if (_patches.gotodepot) {
|
if (_patches.gotodepot) {
|
||||||
switch (GetTileType(tile)) {
|
switch (GetTileType(tile)) {
|
||||||
|
Reference in New Issue
Block a user