From e68b212c03c03a25cb220d8dec7366fee15d21ab Mon Sep 17 00:00:00 2001 From: Oxore Date: Tue, 20 Jun 2017 23:47:31 +0700 Subject: gmeover procedure added; minor refactoring --- src/include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/common.h') 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 /* -- cgit v1.2.3