go fmt
This commit is contained in:
parent
f9b646e50c
commit
bf853880ca
1
game.go
1
game.go
@ -88,7 +88,6 @@ func (g *game) run() {
|
|||||||
robots_remaining++
|
robots_remaining++
|
||||||
p.scan(g.players)
|
p.scan(g.players)
|
||||||
p.nudge()
|
p.nudge()
|
||||||
// XXX: change to pointer, check for pointer as (0, 0) is valid target
|
|
||||||
if p.Robot.FireAt != nil {
|
if p.Robot.FireAt != nil {
|
||||||
proj := p.fire(g.projectiles)
|
proj := p.fire(g.projectiles)
|
||||||
if proj != nil {
|
if proj != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user