From: nhmall Date: Tue, 5 Jan 2021 15:28:43 +0000 (-0500) Subject: MSDOS and TTY_TILES_ESCCODES bit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3efc3c0bc878a98f2ecf6e47434ae405ddfa799c;p=nethack MSDOS and TTY_TILES_ESCCODES bit --- diff --git a/win/tty/wintty.c b/win/tty/wintty.c index 414e513fd..a272118ae 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -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;