diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/jrummikub/control/RoundControl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jrummikub/control/RoundControl.java b/src/jrummikub/control/RoundControl.java index 6e02ef2..8f8180d 100644 --- a/src/jrummikub/control/RoundControl.java +++ b/src/jrummikub/control/RoundControl.java @@ -60,7 +60,7 @@ public class RoundControl { endOfTurn(); } }); - // turnControl.startTurn(); + turnControl.startTurn(); } void deal() { |