forked from mirror/OpenTTD
(svn r16612) -Fix (r16605): ASCII_LETTERSTART should be defined unconditionally (leeus)
This commit is contained in:
@@ -13,6 +13,8 @@
|
|||||||
#include "table/sprites.h"
|
#include "table/sprites.h"
|
||||||
#include "table/control_codes.h"
|
#include "table/control_codes.h"
|
||||||
|
|
||||||
|
static const int ASCII_LETTERSTART = 32; ///< First printable ASCII letter.
|
||||||
|
|
||||||
/** Semi-constant for the height of the different sizes of fonts. */
|
/** Semi-constant for the height of the different sizes of fonts. */
|
||||||
int _font_height[FS_END];
|
int _font_height[FS_END];
|
||||||
|
|
||||||
@@ -37,8 +39,6 @@ enum {
|
|||||||
SHADOW_COLOUR = 2,
|
SHADOW_COLOUR = 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const int ASCII_LETTERSTART = 32; ///< First printable ASCII letter.
|
|
||||||
|
|
||||||
/** Get the font loaded into a Freetype face by using a font-name.
|
/** Get the font loaded into a Freetype face by using a font-name.
|
||||||
* If no appropiate font is found, the function returns an error */
|
* If no appropiate font is found, the function returns an error */
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
Reference in New Issue
Block a user