Fix compile when no ENHANCED_SYMBOLS

This commit is contained in:
Ray Chason
2022-10-09 09:04:23 -04:00
parent 613828f5dd
commit ea3d322a11
2 changed files with 6 additions and 0 deletions

View File

@@ -373,10 +373,12 @@ vga_xputg(const glyph_info *glyphinfo)
int attr;
int ry;
#ifdef ENHANCED_SYMBOLS
if (psf_font != NULL && SYMHANDLING(H_UTF8) && glyphinfo->gm.u
&& glyphinfo->gm.u->utf8str) {
ch = glyphinfo->gm.u->utf32ch;
}
#endif
/* If statue glyph, map to the generic statue */
#if 0