summaryrefslogtreecommitdiff
path: root/gfxinit.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-09-10 08:17:30 +0000
committertron <tron@openttd.org>2005-09-10 08:17:30 +0000
commit9de2c05c5602293a11a57f2e88d4575230a4e105 (patch)
tree507775a3d6777a0e74faaafe964b0f305e7bd216 /gfxinit.c
parent0fe36a6900b135361a3f01b36a00d8ad6acac8bc (diff)
downloadopenttd-9de2c05c5602293a11a57f2e88d4575230a4e105.tar.xz
(svn r2933) Implement the non-breaking space
Diffstat (limited to 'gfxinit.c')
-rw-r--r--gfxinit.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/gfxinit.c b/gfxinit.c
index f1bd93659..f32c82626 100644
--- a/gfxinit.c
+++ b/gfxinit.c
@@ -192,7 +192,7 @@ static const SpriteID trg1idx[] = {
2, 92, // ' ' till 'z'
0xFFFE, 36,
160, 160, // Move ¾ to the correct position
- 130, 130, // TODO Up arrow
+ 98, 98, // Up arrow
131, 133,
0xFFFE, 1, // skip currency sign
135, 135,
@@ -219,7 +219,7 @@ static const SpriteID trg1idx[] = {
342, 346, // place holders for transport markers
0xFFFE, 6,
384, 384, // Move ¾ to the correct position
- 354, 354, // TODO Up arrow
+ 322, 322, // Up arrow
355, 357,
0xFFFE, 1, // skip currency sign
359, 359,
@@ -316,6 +316,9 @@ static void LoadSpriteTables(void)
files = _use_dos_palette? &files_dos : &files_win;
LoadGrfIndexed(files->basic[0].filename, trg1idx, 0);
+ DupSprite( 2, 130); // non-breaking space medium
+ DupSprite(226, 354); // non-breaking space tiny
+ DupSprite(450, 578); // non-breaking space large
load_index = 4793;
for (i = 1; files->basic[i].filename != NULL; i++) {