Show in start turn panel if a player has redealed or drawn the last stone

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@570 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-06-22 03:08:37 +02:00
parent 62a55c0a91
commit d6c4da6224
20 changed files with 358 additions and 252 deletions

View file

@ -69,7 +69,7 @@ public class MockRoundState implements IRoundState {
}
@Override
public StoneHeap getGameHeap() {
public StoneHeap getStoneHeap() {
return gameHeap;
}