removing unused field in boardstate

This commit is contained in:
Fraser Graham 2013-11-16 23:16:12 -08:00
parent 58c084c7ab
commit c9f0fb08bb
1 changed files with 0 additions and 1 deletions

View File

@ -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"`