Reset time after redeal
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@587 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
3ae367c1c2
commit
0e36eb9c38
1 changed files with 2 additions and 0 deletions
|
@ -571,6 +571,8 @@ public class RoundControl {
|
|||
*/
|
||||
protected void redeal() {
|
||||
view.setBottomPanel(BottomPanelType.NONHUMAN_HAND_PANEL);
|
||||
view.getPlayerPanel().setTime(roundState.getGameSettings().getTotalTime(),
|
||||
roundState.getGameSettings().getTotalTime());
|
||||
|
||||
turnControl = null;
|
||||
for (Connection c : new ArrayList<Connection>(connections)) {
|
||||
|
|
Reference in a new issue