mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-26 06:59:56 +01:00
Fix #4109: Add more water checks to the Oil Rig layout
Prevents Oil Rig docking tile from becoming unreachable by ships when spawning next to each other.
This commit is contained in:
parent
bddf25c36a
commit
eff09c43cd
@ -293,6 +293,19 @@ static const IndustryTileTable _tile_table_oil_rig_0[] = {
|
|||||||
MK(-2, -4, 255),
|
MK(-2, -4, 255),
|
||||||
MK(-3, -4, 255),
|
MK(-3, -4, 255),
|
||||||
MK(2, 0, 255),
|
MK(2, 0, 255),
|
||||||
|
MK(2, -1, 255),
|
||||||
|
MK(1, -1, 255),
|
||||||
|
MK(0, -1, 255),
|
||||||
|
MK(-1, -1, 255),
|
||||||
|
MK(-1, 0, 255),
|
||||||
|
MK(-1, 1, 255),
|
||||||
|
MK(-1, 2, 255),
|
||||||
|
MK(-1, 3, 255),
|
||||||
|
MK(0, 3, 255),
|
||||||
|
MK(1, 3, 255),
|
||||||
|
MK(2, 3, 255),
|
||||||
|
MK(2, 2, 255),
|
||||||
|
MK(2, 1, 255),
|
||||||
MKEND
|
MKEND
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user