Arbitration: the Random button now takes the remaining letters into account

This commit is contained in:
Olivier Teulière 2012-05-30 20:37:47 +02:00
parent e88de64ac9
commit 6dbfcc5f99

View file

@ -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);
}