mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-08 23:34:15 +00:00
(svn r21275) -Fix (r21272): Draw NW+SW fences in the correct order.
This commit is contained in:
parent
636ffdc53b
commit
88063f6fa3
@ -509,8 +509,8 @@ static const DrawTileSeqStruct _station_display_fence_ne_sw[] = {
|
|||||||
|
|
||||||
/* runway tiles with 2 corner fences */
|
/* runway tiles with 2 corner fences */
|
||||||
static const DrawTileSeqStruct _station_display_fence_nw_sw[] = {
|
static const DrawTileSeqStruct _station_display_fence_nw_sw[] = {
|
||||||
TILE_SEQ_GROUND(15, 0, 0, SPR_AIRPORT_FENCE_Y | (1U << PALETTE_MODIFIER_COLOUR)) // fences west
|
|
||||||
TILE_SEQ_GROUND( 0, 0, 0, SPR_AIRPORT_FENCE_X | (1U << PALETTE_MODIFIER_COLOUR)) // fences north
|
TILE_SEQ_GROUND( 0, 0, 0, SPR_AIRPORT_FENCE_X | (1U << PALETTE_MODIFIER_COLOUR)) // fences north
|
||||||
|
TILE_SEQ_GROUND(15, 0, 0, SPR_AIRPORT_FENCE_Y | (1U << PALETTE_MODIFIER_COLOUR)) // fences west
|
||||||
TILE_SEQ_END()
|
TILE_SEQ_END()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user