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-12-02 11:20:21 -05:00
committed by nhmall
parent 69d9a7a51b
commit 2af7a74b7d
-1
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 */