Merge branch 'NetHack-3.6.2'
This commit is contained in:
@@ -43,15 +43,6 @@ curses_update_inv(void)
|
||||
/* Clear the window as it is at the moment. */
|
||||
werase(win);
|
||||
|
||||
wmove(win, y, x);
|
||||
wattron(win, attr);
|
||||
wprintw(win, "Inventory:");
|
||||
wattroff(win, attr);
|
||||
|
||||
/* The actual inventory will override this if we do carry stuff */
|
||||
wmove(win, y + 1, x);
|
||||
wprintw(win, "Not carrying anything");
|
||||
|
||||
display_inventory(NULL, FALSE);
|
||||
|
||||
if (border)
|
||||
@@ -73,7 +64,6 @@ curses_add_inv(int y,
|
||||
/* Figure out where to draw the line */
|
||||
if (curses_window_has_border(INV_WIN)) {
|
||||
x++;
|
||||
y++;
|
||||
}
|
||||
|
||||
wmove(win, y, x);
|
||||
|
||||
Reference in New Issue
Block a user