mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
Arbitration: the Random button now takes the remaining letters into account
This commit is contained in:
parent
e88de64ac9
commit
6dbfcc5f99
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ void Arbitration::setRackRandom()
|
|||
undoCurrentRack();
|
||||
|
||||
const PlayedRack &newRack =
|
||||
helperSetRackRandom(getHistory().getCurrentRack(), true, RACK_ALL);
|
||||
helperSetRackRandom(getHistory().getCurrentRack(), true, RACK_NEW);
|
||||
setGameAndPlayersRack(newRack);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue