summaryrefslogtreecommitdiff
path: root/gfxinit.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-09-10 15:52:19 +0000
committertron <tron@openttd.org>2005-09-10 15:52:19 +0000
commit1236874baffb825789e97b3f69e5f5efcf7ae21c (patch)
tree0f492d45849a0933ac20676b35d64173ca43b3b0 /gfxinit.c
parent2ce1cdd03f012bb2d87625685a57ec08e69a7c8e (diff)
downloadopenttd-1236874baffb825789e97b3f69e5f5efcf7ae21c.tar.xz
(svn r2937) Add sprites for {, |, } and ~
Diffstat (limited to 'gfxinit.c')
-rw-r--r--gfxinit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfxinit.c b/gfxinit.c
index 9d9614188..cfe15a88d 100644
--- a/gfxinit.c
+++ b/gfxinit.c
@@ -300,6 +300,9 @@ static const SpriteID _openttd_grf_indexes[] = {
380, 380, // º tiny
156, 156, // º medium
604, 604, // º large
+ 317, 320, // { | } ~ tiny
+ 93, 96, // { | } ~ medium
+ 541, 544, // { | } ~ large
0xffff,
};