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:
parent
62a55c0a91
commit
d6c4da6224
20 changed files with 358 additions and 252 deletions
|
@ -69,7 +69,7 @@ public class MockRoundState implements IRoundState {
|
|||
}
|
||||
|
||||
@Override
|
||||
public StoneHeap getGameHeap() {
|
||||
public StoneHeap getStoneHeap() {
|
||||
return gameHeap;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue