(svn r3108) Confine the use of SPR_OPENTTD_BASE to table/sprites.h by adding/using some sprite enums

This commit is contained in:
tron
2005-10-31 10:23:58 +00:00
parent 1a2ad83b00
commit c1c086d9a0
8 changed files with 149 additions and 117 deletions

View File

@@ -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()
};