Changeset - r16539:2fd09137315f
[Not reviewed]
master
0 1 0
frosch - 14 years ago 2010-11-20 15:57:25
frosch@openttd.org
(svn r21275) -Fix (r21272): Draw NW+SW fences in the correct order.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/table/station_land.h
Show inline comments
 
@@ -509,8 +509,8 @@ static const DrawTileSeqStruct _station_
 

	
 
/* runway tiles with 2 corner fences */
 
static const DrawTileSeqStruct _station_display_fence_nw_sw[] = {
 
	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_GROUND( 0,  0,  0, SPR_AIRPORT_FENCE_X | (1U << PALETTE_MODIFIER_COLOUR)) // fences north
 
	TILE_SEQ_END()
 
};
 

	
0 comments (0 inline, 0 general)