MSDOS and TTY_TILES_ESCCODES bit

This commit is contained in:
nhmall
2021-01-05 10:28:43 -05:00
parent c9673b3d9e
commit 3efc3c0bc8

View File

@@ -3442,6 +3442,9 @@ const glyph_info *bkglyphinfo UNUSED;
}
#endif
/* get glyph ttychar, color, and special flags */
#if defined(TTY_TILES_ESCCODES) || defined(MSDOS)
glyph = glyphinfo->glyph;
#endif
ch = glyphinfo->ttychar;
color = glyphinfo->color;
special = glyphinfo->glyphflags;