From 6dbfcc5f990e85969e3a7bba5998c34ca0dd8d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Wed, 30 May 2012 20:37:47 +0200 Subject: [PATCH] Arbitration: the Random button now takes the remaining letters into account --- game/arbitration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/arbitration.cpp b/game/arbitration.cpp index 9fea40a..8499d4a 100644 --- a/game/arbitration.cpp +++ b/game/arbitration.cpp @@ -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); }