1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 21:49:10 +00:00

(svn r2933) Implement the non-breaking space

This commit is contained in:
tron
2005-09-10 08:17:30 +00:00
parent 0fe36a6900
commit 9de2c05c56
6 changed files with 21 additions and 7 deletions

2
gfx.h
View File

@@ -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"