Added missing calls to startTurn

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@149 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-05-05 19:49:58 +02:00
parent 8ad8432d85
commit 44ee94041a
2 changed files with 3 additions and 1 deletions

View file

@ -60,7 +60,7 @@ public class RoundControl {
endOfTurn();
}
});
// turnControl.startTurn();
turnControl.startTurn();
}
void deal() {