From 4832b0fdffd7785c02c834355da0a958ca9843fe Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 31 Oct 2006 13:55:38 +0000 Subject: [PATCH] (svn r7013) Add glyphs for the interpunct. This is mainly useful for the catalan translation --- data/openttd.grf | Bin 30378 -> 30426 bytes gfxinit.c | 3 +++ table/files.h | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/data/openttd.grf b/data/openttd.grf index f6cebe73ca60a1409e788536bc96eae9cb5b8aa5..95ec41dbbfd45a77def87393839a5941510c3958 100644 GIT binary patch delta 64 zcmZ4WmhskG#tlo#%s3es85tQE7?^>yAOj;aGnmZ@6k}v$Vqjw8V_;+giLo;<0~Nji HF@XR8R!Ih| delta 16 UcmcchmT}cv#tlo#*ciY706*vjF#rGn diff --git a/gfxinit.c b/gfxinit.c index d934ec108a..d1c3c60b3e 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 }; diff --git a/table/files.h b/table/files.h index 65c6350276..4dfdfebb61 100644 --- a/table/files.h +++ b/table/files.h @@ -59,6 +59,6 @@ static MD5File files_openttd[] = { { "autorail.grf", { 0xed, 0x44, 0x7f, 0xbb, 0x19, 0x44, 0x48, 0x4c, 0x07, 0x8a, 0xb1, 0xc1, 0x5c, 0x12, 0x3a, 0x60 } }, { "canalsw.grf", { 0x13, 0x9c, 0x98, 0xcf, 0xb8, 0x7c, 0xd7, 0x1f, 0xca, 0x34, 0xa5, 0x6b, 0x65, 0x31, 0xec, 0x0f } }, { "elrailsw.grf", { 0x4f, 0xf9, 0xac, 0x79, 0x50, 0x28, 0x9b, 0xe2, 0x15, 0x30, 0xa8, 0x1e, 0xd5, 0xfd, 0xe1, 0xda } }, - { "openttd.grf", { 0xd9, 0x68, 0xb3, 0x59, 0xd9, 0xfe, 0x39, 0xdc, 0x23, 0xe9, 0xe9, 0x3e, 0xf1, 0x65, 0x55, 0x09 } }, + { "openttd.grf", { 0x59, 0x22, 0x19, 0xe0, 0x6e, 0xe7, 0xb6, 0xa3, 0x55, 0x53, 0xcc, 0x9e, 0xbc, 0xaf, 0xcc, 0x83 } }, { "trkfoundw.grf", { 0x12, 0x33, 0x3f, 0xa3, 0xd1, 0x86, 0x8b, 0x04, 0x53, 0x18, 0x9c, 0xee, 0xf9, 0x2d, 0xf5, 0x95 } }, };