summaryrefslogtreecommitdiff
path: root/gfx.h
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 /gfx.h
parent0fe36a6900b135361a3f01b36a00d8ad6acac8bc (diff)
downloadopenttd-9de2c05c5602293a11a57f2e88d4575230a4e105.tar.xz
(svn r2933) Implement the non-breaking space
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.h b/gfx.h
index d0568a78d..92f62a4ec 100644
--- a/gfx.h
+++ b/gfx.h
@@ -41,7 +41,7 @@ void GfxScroll(int left, int top, int width, int height, int xo, int yo);
// XXX doesn't really belong here, but the only
// consumers always use it in conjunction with DoDrawString()
-#define UPARROW "\xA0"
+#define UPARROW "\x80"
#define DOWNARROW "\xAA"