mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-26 19:58:44 +01:00
Search on the game rack, not on the player one
This commit is contained in:
parent
0fa7bc91c6
commit
c9f61d7ac8
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ void Arbitration::setRackManual(const wstring &iLetters)
|
|||
|
||||
void Arbitration::search()
|
||||
{
|
||||
// Search for the current player
|
||||
const Rack &rack = m_players[m_currPlayer]->getCurrentRack().getRack();
|
||||
const Rack &rack = getHistory().getCurrentRack().getRack();
|
||||
LOG_DEBUG("Performing search for rack " + lfw(rack.toString()));
|
||||
int limit = Settings::Instance().getInt("arbitration.search-limit");
|
||||
m_results.setLimit(limit);
|
||||
|
|
Loading…
Add table
Reference in a new issue