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:
Matthias Schiffer 2011-06-22 08:44:32 +02:00
parent 3ae367c1c2
commit 0e36eb9c38

View file

@ -571,6 +571,8 @@ public class RoundControl {
*/ */
protected void redeal() { protected void redeal() {
view.setBottomPanel(BottomPanelType.NONHUMAN_HAND_PANEL); view.setBottomPanel(BottomPanelType.NONHUMAN_HAND_PANEL);
view.getPlayerPanel().setTime(roundState.getGameSettings().getTotalTime(),
roundState.getGameSettings().getTotalTime());
turnControl = null; turnControl = null;
for (Connection c : new ArrayList<Connection>(connections)) { for (Connection c : new ArrayList<Connection>(connections)) {