curses - fix hero turning into # when selecting a count of items.
Why was that line in there anyway?
This commit is contained in:
@@ -338,7 +338,6 @@ curses_count_window(const char *count_text)
|
||||
winy += messageh - 1;
|
||||
|
||||
if (countwin == NULL) {
|
||||
pline("#");
|
||||
#ifndef PDCURSES
|
||||
countwin = newwin(1, 25, winy, winx);
|
||||
#endif /* !PDCURSES */
|
||||
|
||||
Reference in New Issue
Block a user