summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-08-05 12:03:58 +0000
committeryexo <yexo@openttd.org>2010-08-05 12:03:58 +0000
commita48dbd7c517e494cfff754caad96d5b2ea2db9e8 (patch)
tree53941ca79189477922711682b1df4a0e1657a8ea /src/newgrf.cpp
parent3e6f8165d47b0b414c98ffae3487c7bb9f557eae (diff)
downloadopenttd-a48dbd7c517e494cfff754caad96d5b2ea2db9e8.tar.xz
(svn r20370) -Add: [NewGRF] new action 5 block to add airport preview sprites
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 167aac5e6..94a2e56b8 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -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();