curses - fix hero turning into # when selecting a count of items.

Why was that line in there anyway?
This commit is contained in:
Tangles
2018-05-27 22:49:54 +10:00
committed by nhmall
parent 69d9a7a51b
commit 2af7a74b7d

View File

@@ -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 */