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