Reset total time at end of turn
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@540 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
c039b643fa
commit
853f29536a
1 changed files with 2 additions and 0 deletions
|
@ -322,6 +322,8 @@ public class RoundControl {
|
|||
}
|
||||
|
||||
view.setBottomPanel(BottomPanelType.NONHUMAN_HAND_PANEL);
|
||||
view.getPlayerPanel().setTime(roundState.getGameSettings().getTotalTime(),
|
||||
roundState.getGameSettings().getTotalTime());
|
||||
|
||||
if (wasHuman || wasAI) {
|
||||
nextPlayer();
|
||||
|
|
Reference in a new issue