From c9f0fb08bbea46a29682ef19a4d06b9da0513af6 Mon Sep 17 00:00:00 2001 From: Fraser Graham Date: Sat, 16 Nov 2013 23:16:12 -0800 Subject: [PATCH] removing unused field in boardstate --- protocol.go | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol.go b/protocol.go index 593c7cb..0b4681a 100644 --- a/protocol.go +++ b/protocol.go @@ -109,7 +109,6 @@ type Boardstate struct { OtherRobots []OtherRobot `json:"robots"` Projectiles []Projectile `json:"projectiles"` Splosions []Splosion `json:"splosions"` - Obstacles []Obstacle `json:"obj"` Objects [][4]int `json:"objects"` Type string `json:"type"` Turn int `json:"turn"`