Deal the correct number of jokers aka funny joker action

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@303 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-05-29 18:50:54 +02:00
parent bf8aa23758
commit 699a0b0a29
4 changed files with 22 additions and 7 deletions

View file

@ -38,8 +38,8 @@ public class MockRoundState implements IRoundState {
players.add(new MockPlayer(new PlayerSettings("Player 4", Color.BLACK),
gameSettings));
activePlayer = 0;
gameHeap = new StoneHeap();
gameSettings = new GameSettings();
gameHeap = new StoneHeap(gameSettings);
gameSettings.setInitialMeldThreshold(30);
turnNumber = -3;
}