merge NetHack-3.6.2 part 2
This commit is contained in:
@@ -186,7 +186,7 @@ const char *str;
|
|||||||
if (cw->data[cw->cury] == NULL)
|
if (cw->data[cw->cury] == NULL)
|
||||||
panic("NULL pointer for status window");
|
panic("NULL pointer for status window");
|
||||||
ob = &cw->data[cw->cury][j = cw->curx];
|
ob = &cw->data[cw->cury][j = cw->curx];
|
||||||
if (context.botlx)
|
if (g.context.botlx)
|
||||||
*ob = 0;
|
*ob = 0;
|
||||||
|
|
||||||
/* Display when beam at top to avoid flicker... */
|
/* Display when beam at top to avoid flicker... */
|
||||||
|
|||||||
Reference in New Issue
Block a user