summaryrefslogtreecommitdiff
path: root/Tile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tile.cpp')
-rw-r--r--Tile.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tile.cpp b/Tile.cpp
index dfad786..6a86eca 100644
--- a/Tile.cpp
+++ b/Tile.cpp
@@ -21,9 +21,6 @@ Tile::Tile(int x, int y)
this->y = y;
this->neighbor_mine_count = 0;
//
- // better way?
- for (int x = 0; x < 8; x++)
- neighbors[x] = 0;
this->flags = HIDDEN; /* make sure we init the flags */
}