(svn r20370) -Add: [NewGRF] new action 5 block to add airport preview sprites

This commit is contained in:
yexo
2010-08-05 12:03:58 +00:00
parent 3e6f8165d4
commit a48dbd7c51
3 changed files with 32 additions and 18 deletions

View File

@@ -4333,6 +4333,7 @@ static void GraphicsNew(ByteReader *buf)
/* 0x13 */ { A5BLOCK_FIXED, SPR_AUTORAIL_BASE, 55, AUTORAIL_SPRITE_COUNT, "Autorail graphics" },
/* 0x14 */ { A5BLOCK_ALLOW_OFFSET, SPR_FLAGS_BASE, 1, FLAGS_SPRITE_COUNT, "Flag graphics" },
/* 0x15 */ { A5BLOCK_ALLOW_OFFSET, SPR_OPENTTD_BASE, 1, OPENTTD_SPRITE_COUNT, "OpenTTD GUI graphics" },
/* 0x16 */ { A5BLOCK_ALLOW_OFFSET, SPR_AIRPORT_PREVIEW_BASE, 1, SPR_AIRPORT_PREVIEW_COUNT, "Airport preview graphics" },
};
uint8 type = buf->ReadByte();