summaryrefslogtreecommitdiffstats
path: root/Field.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Field.cpp')
-rw-r--r--Field.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Field.cpp b/Field.cpp
index d74f587..a66cd27 100644
--- a/Field.cpp
+++ b/Field.cpp
@@ -25,7 +25,7 @@ Cell& Field::getCell(Coordinates c) {
}
void Field::init(uint width, uint height) {
- // m_fieldCells.assign(width*height, EMPTY_CELL);
+ // m_fieldCells.assign(width*height, EMPTY_CELL);
m_width = width;
m_height = height;
m_fieldCells.clear();