Fix merge mistake

This commit is contained in:
Pasi Kallinen
2019-05-09 20:27:33 +03:00
parent 60f1b7e35b
commit c4b286be8f

View File

@@ -1606,6 +1606,7 @@ int cursor_on_u;
for (y = 0; y < ROWNO; y++) {
register gbuf_entry *gptr = &g.gbuf[y][x = g.gbuf_start[y]];
for (; x <= g.gbuf_stop[y]; gptr++, x++)
if (gptr->gnew) {
print_glyph(WIN_MAP, x, y, gptr->glyph, get_bk_glyph(x, y));
gptr->gnew = 0;