summaryrefslogtreecommitdiff
path: root/table/station_land.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-31 10:23:58 +0000
committertron <tron@openttd.org>2005-10-31 10:23:58 +0000
commitc1c086d9a031fc8d85e13c9bd04c1b34f513e015 (patch)
tree5495d27a59d498715a3e483cebde3a2f872f1a67 /table/station_land.h
parent1a2ad83b00d2a3826950ea7c5339c54d637a308c (diff)
downloadopenttd-c1c086d9a031fc8d85e13c9bd04c1b34f513e015.tar.xz
(svn r3108) Confine the use of SPR_OPENTTD_BASE to table/sprites.h by adding/using some sprite enums
Diffstat (limited to 'table/station_land.h')
-rw-r--r--table/station_land.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/station_land.h b/table/station_land.h
index e8ca47e27..6b27b6bc7 100644
--- a/table/station_land.h
+++ b/table/station_land.h
@@ -673,7 +673,7 @@ const DrawTileSeqStruct _station_display_datas_0113[] = {
// helipad for international airport
// concrete underground
const DrawTileSeqStruct _station_display_datas_0114[] = {
- { 10, 6, 0, 0, 0, 0, SPR_OPENTTD_BASE + 31 }, // helipad
+ { 10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD },
{ 15, 0, 0, 1, 16, 6, 0xA67 | PALETTE_MODIFIER_COLOR }, // fences bottom
TILE_SEQ_END()
};