summaryrefslogtreecommitdiff
path: root/src/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common.h')
-rw-r--r--src/include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common.h b/src/include/common.h
index 4db5941..b61cc5f 100644
--- a/src/include/common.h
+++ b/src/include/common.h
@@ -17,7 +17,7 @@ struct tCell {
uint8_t a; // active/empty state of cell
sfColor fColor; // fill color
};
-struct tCell fldCAtt[20][10];// fld cells attributes
+struct tCell fldCAtt[25][10];// fld cells attributes
/*