Qt4: Fix wrong condition in search blocking
This commit is contained in:
@@ -541,7 +541,7 @@ void NetHackQtMenuWindow::Invert()
|
|||||||
}
|
}
|
||||||
void NetHackQtMenuWindow::Search()
|
void NetHackQtMenuWindow::Search()
|
||||||
{
|
{
|
||||||
if (how != PICK_NONE)
|
if (how == PICK_NONE)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
NetHackQtStringRequestor requestor(this, "Search for:");
|
NetHackQtStringRequestor requestor(this, "Search for:");
|
||||||
|
|||||||
Reference in New Issue
Block a user