merge NetHack-3.6.2 part 2

This commit is contained in:
nhmall
2019-02-04 18:39:07 -05:00
parent 560ffd711a
commit 8eebfd7cf3

View File

@@ -186,7 +186,7 @@ const char *str;
if (cw->data[cw->cury] == NULL)
panic("NULL pointer for status window");
ob = &cw->data[cw->cury][j = cw->curx];
if (context.botlx)
if (g.context.botlx)
*ob = 0;
/* Display when beam at top to avoid flicker... */