Don't keep last stone throw count up after the fact
[troll.git] / src / main / java / com / codingame / game / Referee.java
index e6c941f..166344b 100644 (file)
@@ -46,6 +46,8 @@ public class Referee extends AbstractReferee {
     public void gameTurn(int turn) {
         // System.err.println("Starting turn " + turn);
 
     public void gameTurn(int turn) {
         // System.err.println("Starting turn " + turn);
 
+        view.startTurn();
+
         boolean disqual = false;
         boolean victory = false;
         boolean exhausted = false;
         boolean disqual = false;
         boolean victory = false;
         boolean exhausted = false;