mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 18:40:29 +00:00
This commit is contained in:
parent
0ade8b20fe
commit
ea7044a74b
@ -400,13 +400,10 @@ void Station::GetTileArea(TileArea *ta, StationType type) const
|
|||||||
case STATION_DOCK:
|
case STATION_DOCK:
|
||||||
case STATION_OILRIG:
|
case STATION_OILRIG:
|
||||||
*ta = this->docking_station;
|
*ta = this->docking_station;
|
||||||
break;
|
return;
|
||||||
|
|
||||||
default: NOT_REACHED();
|
default: NOT_REACHED();
|
||||||
}
|
}
|
||||||
|
|
||||||
ta->w = 1;
|
|
||||||
ta->h = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user