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:
Matthias Schiffer 2011-06-21 04:36:49 +02:00
parent c039b643fa
commit 853f29536a

View file

@ -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();