Implemented deselecting on turn end
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@158 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
9537838033
commit
776db0e4f7
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ public class TurnControl {
|
||||||
for (Connection c : connections) {
|
for (Connection c : connections) {
|
||||||
c.remove();
|
c.remove();
|
||||||
}
|
}
|
||||||
|
view.setSelectedStones(new ArrayList<Stone>());
|
||||||
}
|
}
|
||||||
|
|
||||||
public IEvent getEndOfTurnEvent() {
|
public IEvent getEndOfTurnEvent() {
|
||||||
|
|
Reference in a new issue