Add a side seed for @pb4. Cry before the in-IDE HTML rendering.
[troll.git] / config / Boss.java
index 4c2a766..c85c990 100644 (file)
@@ -15,7 +15,9 @@ class Player {
 
         int roadLength = in.nextInt();
         int initialStones = in.nextInt();
-        in.nextLong();
+        in.nextLong(); // seed
+        in.nextInt(); // side
+        nextLine();
 
         while (true) {
             int trollDistance = in.nextInt();