Fix up TODOs and comments that have now been done
This commit is contained in:
parent
a784b06c2a
commit
6a868d3e41
4 changed files with 4 additions and 6 deletions
|
@ -7,7 +7,6 @@ const (
|
|||
TileEmpty = Tile(0)
|
||||
TileRover = Tile(1)
|
||||
|
||||
// TODO: Is there even a difference between these two?
|
||||
TileWall = Tile(2)
|
||||
TileRock = Tile(3)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue