summaryrefslogtreecommitdiff
path: root/gfxinit.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-10-31 13:55:38 +0000
committertron <tron@openttd.org>2006-10-31 13:55:38 +0000
commit4832b0fdffd7785c02c834355da0a958ca9843fe (patch)
tree66909904bddf4efe7a92c023eec97cd3f5741bd4 /gfxinit.c
parent2d8708bde15227e4b18dd9d4dc69faa3a4dd61e9 (diff)
downloadopenttd-4832b0fdffd7785c02c834355da0a958ca9843fe.tar.xz
(svn r7013) Add glyphs for the interpunct. This is mainly useful for the catalan translation
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 d934ec108..d1c3c60b3 100644
--- a/gfxinit.c
+++ b/gfxinit.c
@@ -315,6 +315,9 @@ static const SpriteID _openttd_grf_indexes[] = {
633, 633, // × large
665, 665, // ÷ large
SPR_SELL_TRAIN, SPR_SHARED_ORDERS_ICON,
+ 377, 377, // · small
+ 153, 153, // · medium
+ 601, 601, // · large
END
};