Moving trade screen search lines

Now that this screen uses the window's full height, the hard-coded line is no longer appropriate.
develop
Eric Wald 2014-08-17 10:59:33 -06:00
parent 59e6607d8c
commit 6ee29bfa11
1 changed files with 2 additions and 2 deletions

@ -1074,7 +1074,7 @@ class trade_search_merc : public trade_search_base
public:
virtual void render() const
{
print_search_option(2, 26);
print_search_option(2, -1);
if (!search_string.empty())
{
@ -1116,7 +1116,7 @@ class trade_search_fort : public trade_search_base
public:
virtual void render() const
{
print_search_option(42, 26);
print_search_option(42, -1);
if (!search_string.empty())
{