mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r23268) -Fix (r23267): compilation failed on Windows
This commit is contained in:
parent
4e1c4f9079
commit
d86e6b6162
@ -347,7 +347,7 @@ static int CALLBACK EnumFontCallback(const ENUMLOGFONTEX *logfont, const NEWTEXT
|
|||||||
|
|
||||||
if (!found) return 1;
|
if (!found) return 1;
|
||||||
|
|
||||||
callback->SetFontNames(info->settings, font_name);
|
info->callback->SetFontNames(info->settings, font_name);
|
||||||
if (info->callback->FindMissingGlyphs(NULL)) return 1;
|
if (info->callback->FindMissingGlyphs(NULL)) return 1;
|
||||||
DEBUG(freetype, 1, "Fallback font: %s (%s)", font_name, english_name);
|
DEBUG(freetype, 1, "Fallback font: %s (%s)", font_name, english_name);
|
||||||
return 0; // stop enumerating
|
return 0; // stop enumerating
|
||||||
|
Loading…
Reference in New Issue
Block a user