summaryrefslogtreecommitdiffstats
path: root/src/snake.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snake.h')
-rw-r--r--src/snake.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snake.h b/src/snake.h
index 538a944..b3b8433 100644
--- a/src/snake.h
+++ b/src/snake.h
@@ -27,6 +27,7 @@ private:
qint64 _lastMeal;
qint64 _lastPaddle;
const Cell **_field;
+ const Cell **_field2;
public:
const Cell *field(int x, int y) const {