summaryrefslogtreecommitdiff
path: root/src/table/station_land.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-11-20 15:57:25 +0000
committerfrosch <frosch@openttd.org>2010-11-20 15:57:25 +0000
commit88063f6fa3ab33306d4fa5f14da5e3c589fbae8b (patch)
treec47508f392b8b9d4225526437cbb592295b75ff4 /src/table/station_land.h
parent636ffdc53b19dfc0ffac0c084297f28af94ac6aa (diff)
downloadopenttd-88063f6fa3ab33306d4fa5f14da5e3c589fbae8b.tar.xz
(svn r21275) -Fix (r21272): Draw NW+SW fences in the correct order.
Diffstat (limited to 'src/table/station_land.h')
-rw-r--r--src/table/station_land.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/station_land.h b/src/table/station_land.h
index 557b70ef0..13385a4c4 100644
--- a/src/table/station_land.h
+++ b/src/table/station_land.h
@@ -509,8 +509,8 @@ static const DrawTileSeqStruct _station_display_fence_ne_sw[] = {
/* runway tiles with 2 corner fences */
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(15, 0, 0, SPR_AIRPORT_FENCE_Y | (1U << PALETTE_MODIFIER_COLOUR)) // fences west
TILE_SEQ_END()
};